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