My Project
 All Classes Functions Properties
SearchUsersTableViewController.h
1 //
2 // SearchUsersTableViewController.h
3 // BoredRoomBingo
4 //
5 // Created by Tom Reinhart on 11/16/14.
6 // Copyright (c) 2014 Tom Reinhart. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
13 @interface SearchUsersTableViewController : UITableViewController
14 -(void)setUserList:(NSMutableArray *)list withUserIDs:(NSMutableArray *)userIDs;
15 -(void)setGameKey:(NSString *)key;
16 -(void)setGameName:(NSString *)gameName;
17 -(void)setActiveGame:(BOOL)active;
18 @end
Definition: SearchUsersTableViewController.h:13