My Project
 All Classes Functions Properties
Instance Methods | Properties | List of all members
BoardModel Class Reference

#import <BoardModel.h>

Inheritance diagram for BoardModel:

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.
 

Detailed Description

Model for the bingo board game.


The documentation for this class was generated from the following file: