#import <BoardModel.h>
Instance Methods | |
| (NSMutableArray *) | - getRandomList |
| (instancetype) | - initBoardModel:withFullList: |
| (NSMutableArray *) | - getBoolGrid |
| (void) | - wordToggledatLocation:withColumn: |
| (BOOL) | - checkForWin |
Properties | |
| NSMutableArray * | boolBoard |
| Grid of booleans that determine which space occupied. | |
| NSMutableArray * | randomList |
| List of random words for board. | |
Model for the bingo board game.
1.8.8