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