#import <BingoBoardViewController.h>
Instance Methods | |
| () | - IBOutletCollection |
| Collection of all board buttons. | |
Properties | |
| NSMutableArray * | boardWords |
| Array containing all words on board. | |
| NSString * | gameKey |
| Unique game id where game is hosted from firebase. | |
View and controller for the bingo board where we play the game.
1.8.8