project_files/HedgewarsMobile/Classes/TeamConfigViewController.h
branchios-develop
changeset 12872 00215a7ec5f5
parent 10108 c68cf030eded
equal deleted inserted replaced
12871:2c06b1120749 12872:00215a7ec5f5
    30     NSMutableArray *listOfSelectedTeams;
    30     NSMutableArray *listOfSelectedTeams;
    31     NSMutableArray *listOfAllTeams;
    31     NSMutableArray *listOfAllTeams;
    32     NSArray *cachedContentsOfDir;
    32     NSArray *cachedContentsOfDir;
    33 }
    33 }
    34 
    34 
    35 @property (nonatomic,retain) UITableView *tableView;
    35 @property (nonatomic, strong) UITableView *tableView;
    36 @property (nonatomic,assign) NSInteger selectedTeamsCount;
    36 @property (assign) NSInteger selectedTeamsCount;
    37 @property (nonatomic,assign) NSInteger allTeamsCount;
    37 @property (assign) NSInteger allTeamsCount;
    38 @property (nonatomic,retain) NSMutableArray *listOfAllTeams;
    38 @property (nonatomic, strong) NSMutableArray *listOfAllTeams;
    39 @property (nonatomic,retain) NSMutableArray *listOfSelectedTeams;
    39 @property (nonatomic, strong) NSMutableArray *listOfSelectedTeams;
    40 @property (nonatomic,retain) NSArray *cachedContentsOfDir;
    40 @property (nonatomic, strong) NSArray *cachedContentsOfDir;
    41 
    41 
    42 @end
    42 @end