My Project
 All Classes Functions Properties
HomeScreenViewController.h
1 //
2 // HomeScreenViewController.h
3 // BoredRoomBingo
4 //
5 // Created by Tom Reinhart on 11/17/14.
6 // Copyright (c) 2014 Tom Reinhart. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
10 
11 @interface HomeScreenViewController : UIViewController
12 -(void)setGameKey:(NSString *)key withCreator:(NSString *)creator;
13 
14 @end
Definition: HomeScreenViewController.h:11