Bored Room Bingo
 All Classes Functions Properties
CurrentWordsTableViewCell.h
1 //
2 // CurrentWordsTableViewCell.h
3 // BoredRoomBingo
4 //
5 // Created by Tom Reinhart on 10/28/14.
6 // Copyright (c) 2014 Tom Reinhart. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
13 @interface CurrentWordsTableViewCell : UITableViewCell
14 @property (strong, nonatomic) IBOutlet UILabel *aCurrentWordLabel;
15 @property (strong, nonatomic) IBOutlet UIButton *xButton;
16 
17 
18 @end
IBOutlet UILabel * aCurrentWordLabel
Label containing word to be in pool of words for game.
Definition: CurrentWordsTableViewCell.h:14
Definition: CurrentWordsTableViewCell.h:13
IBOutlet UIButton * xButton
Button removing a current word from list.
Definition: CurrentWordsTableViewCell.h:15