equal
deleted
inserted
replaced
25 |
25 |
26 NSArray *fortArray; |
26 NSArray *fortArray; |
27 NSIndexPath *lastIndexPath; |
27 NSIndexPath *lastIndexPath; |
28 } |
28 } |
29 |
29 |
30 @property (nonatomic,retain) NSDictionary * teamDictionary; |
30 @property (nonatomic, strong) NSDictionary * teamDictionary; |
31 @property (nonatomic,retain) NSArray *fortArray; |
31 @property (nonatomic, strong) NSArray *fortArray; |
32 @property (nonatomic,retain) NSIndexPath *lastIndexPath; |
32 @property (nonatomic, strong) NSIndexPath *lastIndexPath; |
33 |
33 |
34 @end |
34 @end |