equal
deleted
inserted
replaced
11 |
11 |
12 @interface FortsViewController : UITableViewController { |
12 @interface FortsViewController : UITableViewController { |
13 NSDictionary *teamDictionary; |
13 NSDictionary *teamDictionary; |
14 |
14 |
15 NSArray *fortArray; |
15 NSArray *fortArray; |
16 // NSArray *fortSprites; |
|
17 NSIndexPath *lastIndexPath; |
16 NSIndexPath *lastIndexPath; |
18 } |
17 } |
19 |
18 |
20 @property (nonatomic,retain) NSDictionary * teamDictionary; |
19 @property (nonatomic,retain) NSDictionary * teamDictionary; |
21 @property (nonatomic,retain) NSArray *fortArray; |
20 @property (nonatomic,retain) NSArray *fortArray; |