equal
deleted
inserted
replaced
31 |
31 |
32 NSString *selectedScheme; |
32 NSString *selectedScheme; |
33 NSString *selectedWeapon; |
33 NSString *selectedWeapon; |
34 |
34 |
35 UISwitch *syncSwitch; |
35 UISwitch *syncSwitch; |
|
36 BOOL hideSections; |
36 } |
37 } |
37 |
38 |
38 @property (nonatomic,retain) NSArray *listOfSchemes; |
39 @property (nonatomic,retain) NSArray *listOfSchemes; |
39 @property (nonatomic,retain) NSArray *listOfWeapons; |
40 @property (nonatomic,retain) NSArray *listOfWeapons; |
40 @property (nonatomic,retain) NSIndexPath *lastIndexPath_sc; |
41 @property (nonatomic,retain) NSIndexPath *lastIndexPath_sc; |
41 @property (nonatomic,retain) NSIndexPath *lastIndexPath_we; |
42 @property (nonatomic,retain) NSIndexPath *lastIndexPath_we; |
42 @property (nonatomic,retain) NSString *selectedScheme; |
43 @property (nonatomic,retain) NSString *selectedScheme; |
43 @property (nonatomic,retain) NSString *selectedWeapon; |
44 @property (nonatomic,retain) NSString *selectedWeapon; |
44 @property (nonatomic,retain) UISwitch *syncSwitch; |
45 @property (nonatomic,retain) UISwitch *syncSwitch; |
45 |
46 |
|
47 -(void) fillSections; |
|
48 -(void) emptySections; |
|
49 |
46 @end |
50 @end |