equal
deleted
inserted
replaced
24 NSDictionary *teamDictionary; |
24 NSDictionary *teamDictionary; |
25 NSInteger selectedHog; |
25 NSInteger selectedHog; |
26 |
26 |
27 NSArray *hatArray; |
27 NSArray *hatArray; |
28 UIImage *normalHogSprite; |
28 UIImage *normalHogSprite; |
29 NSIndexPath *lastIndexPath; |
|
30 } |
29 } |
31 |
30 |
32 @property (nonatomic,retain) NSDictionary *teamDictionary; |
31 @property (nonatomic,retain) NSDictionary *teamDictionary; |
33 @property (nonatomic) NSInteger selectedHog; |
32 @property (nonatomic) NSInteger selectedHog; |
34 @property (nonatomic,retain) NSArray *hatArray; |
33 @property (nonatomic,retain) NSArray *hatArray; |
35 @property (nonatomic,retain) UIImage *normalHogSprite; |
34 @property (nonatomic,retain) UIImage *normalHogSprite; |
36 @property (nonatomic,retain) NSIndexPath *lastIndexPath; |
|
37 |
35 |
38 @end |
36 @end |