project_files/HedgewarsMobile/Classes/HogHatViewController.h
branchios-develop
changeset 12872 00215a7ec5f5
parent 11182 55f20efae2e4
equal deleted inserted replaced
12871:2c06b1120749 12872:00215a7ec5f5
    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