project_files/HedgewarsMobile/Classes/HogHatViewController.h
branchios-revival
changeset 11182 55f20efae2e4
parent 10108 c68cf030eded
child 12872 00215a7ec5f5
equal deleted inserted replaced
11181:a515139fc8de 11182:55f20efae2e4
    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