project_files/HedgewarsMobile/Classes/FlagsViewController.h
branchios-develop
changeset 12872 00215a7ec5f5
parent 10108 c68cf030eded
equal deleted inserted replaced
12871:2c06b1120749 12872:00215a7ec5f5
    26     NSArray *flagArray;
    26     NSArray *flagArray;
    27     NSArray *communityArray;
    27     NSArray *communityArray;
    28     NSIndexPath *lastIndexPath;
    28     NSIndexPath *lastIndexPath;
    29 }
    29 }
    30 
    30 
    31 @property (nonatomic,retain) NSDictionary * teamDictionary;
    31 @property (nonatomic, strong) NSDictionary * teamDictionary;
    32 @property (nonatomic,retain) NSArray *flagArray;
    32 @property (nonatomic, strong) NSArray *flagArray;
    33 @property (nonatomic,retain) NSArray *communityArray;
    33 @property (nonatomic, strong) NSArray *communityArray;
    34 @property (nonatomic,retain) NSIndexPath *lastIndexPath;
    34 @property (nonatomic, strong) NSIndexPath *lastIndexPath;
    35 
    35 
    36 @end
    36 @end