project_files/HedgewarsMobile/Classes/SchemeWeaponConfigViewController.h
branchios-develop
changeset 12872 00215a7ec5f5
parent 10108 c68cf030eded
equal deleted inserted replaced
12871:2c06b1120749 12872:00215a7ec5f5
    36 
    36 
    37     UISegmentedControl *topControl;
    37     UISegmentedControl *topControl;
    38     BOOL sectionsHidden;
    38     BOOL sectionsHidden;
    39 }
    39 }
    40 
    40 
    41 @property (nonatomic,retain) NSArray *listOfSchemes;
    41 @property (nonatomic, strong) NSArray *listOfSchemes;
    42 @property (nonatomic,retain) NSArray *listOfWeapons;
    42 @property (nonatomic, strong) NSArray *listOfWeapons;
    43 @property (nonatomic,retain) NSArray *listOfScripts;
    43 @property (nonatomic, strong) NSArray *listOfScripts;
    44 @property (nonatomic,retain) NSIndexPath *lastIndexPath_sc;
    44 @property (nonatomic, strong) NSIndexPath *lastIndexPath_sc;
    45 @property (nonatomic,retain) NSIndexPath *lastIndexPath_we;
    45 @property (nonatomic, strong) NSIndexPath *lastIndexPath_we;
    46 @property (nonatomic,retain) NSIndexPath *lastIndexPath_lu;
    46 @property (nonatomic, strong) NSIndexPath *lastIndexPath_lu;
    47 @property (nonatomic,retain) NSString *selectedScheme;
    47 @property (nonatomic, strong) NSString *selectedScheme;
    48 @property (nonatomic,retain) NSString *selectedWeapon;
    48 @property (nonatomic, strong) NSString *selectedWeapon;
    49 @property (nonatomic,retain) NSString *selectedScript;
    49 @property (nonatomic, strong) NSString *selectedScript;
    50 @property (nonatomic,retain) NSString *scriptCommand;
    50 @property (nonatomic, strong) NSString *scriptCommand;
    51 @property (nonatomic,retain) UISegmentedControl *topControl;
    51 @property (nonatomic, strong) UISegmentedControl *topControl;
    52 @property (nonatomic,assign) BOOL sectionsHidden;
    52 @property (assign) BOOL sectionsHidden;
    53 
    53 
    54 -(void) fillSections;
    54 - (void)fillSections;
    55 -(void) emptySections;
    55 - (void)emptySections;
    56 
    56 
    57 @end
    57 @end