project_files/HedgewarsMobile/Classes/SchemeWeaponConfigViewController.h
changeset 6829 60b039d88dab
parent 6718 686ebfd50f56
child 6832 fae8fd118da9
equal deleted inserted replaced
6828:6a5d33bff0b0 6829:60b039d88dab
    51 @property (nonatomic,retain) NSString *selectedScript;
    51 @property (nonatomic,retain) NSString *selectedScript;
    52 @property (nonatomic,retain) NSString *scriptCommand;
    52 @property (nonatomic,retain) NSString *scriptCommand;
    53 @property (nonatomic,retain) UISegmentedControl *topControl;
    53 @property (nonatomic,retain) UISegmentedControl *topControl;
    54 @property (nonatomic,assign) BOOL sectionsHidden;
    54 @property (nonatomic,assign) BOOL sectionsHidden;
    55 
    55 
    56 +(void) fillInstanceSections;
    56 -(void) fillSections;
    57 +(void) emptyInstanceSections;
    57 -(void) emptySections;
    58 
    58 
    59 @end
    59 @end