My Project
 All Classes Functions Properties
CurrentWordsTableViewController.h
1 //
2 // CurrentWordsTableViewController.h
3 // BoredRoomBingo
4 //
5 // Created by Tom Reinhart on 10/28/14.
6 // Copyright (c) 2014 Tom Reinhart. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
13 @interface CurrentWordsTableViewController : UITableViewController
14 -(void)setMyList:(NSMutableArray *)list;
15 @end
Definition: CurrentWordsTableViewController.h:13