project_files/HedgewarsMobile/Classes/HogHatViewController.h
branchqmlfrontend
changeset 11408 b894922d58cc
parent 11186 55f20efae2e4
child 12877 00215a7ec5f5
equal deleted inserted replaced
11076:fcbdee9cdd74 11408:b894922d58cc
    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