equal
deleted
inserted
replaced
21 |
21 |
22 #import <UIKit/UIKit.h> |
22 #import <UIKit/UIKit.h> |
23 |
23 |
24 |
24 |
25 @interface SchemeWeaponConfigViewController : UIViewController <UITableViewDelegate,UITableViewDataSource> { |
25 @interface SchemeWeaponConfigViewController : UIViewController <UITableViewDelegate,UITableViewDataSource> { |
26 UITableView *tableView; |
|
27 |
|
28 NSArray *listOfSchemes; |
26 NSArray *listOfSchemes; |
29 NSArray *listOfWeapons; |
27 NSArray *listOfWeapons; |
30 NSArray *listOfScripts; |
28 NSArray *listOfScripts; |
31 |
29 |
32 NSIndexPath *lastIndexPath_sc; |
30 NSIndexPath *lastIndexPath_sc; |
40 |
38 |
41 UISegmentedControl *topControl; |
39 UISegmentedControl *topControl; |
42 BOOL sectionsHidden; |
40 BOOL sectionsHidden; |
43 } |
41 } |
44 |
42 |
45 @property (nonatomic,retain) UITableView *tableView; |
|
46 @property (nonatomic,retain) NSArray *listOfSchemes; |
43 @property (nonatomic,retain) NSArray *listOfSchemes; |
47 @property (nonatomic,retain) NSArray *listOfWeapons; |
44 @property (nonatomic,retain) NSArray *listOfWeapons; |
48 @property (nonatomic,retain) NSArray *listOfScripts; |
45 @property (nonatomic,retain) NSArray *listOfScripts; |
49 @property (nonatomic,retain) NSIndexPath *lastIndexPath_sc; |
46 @property (nonatomic,retain) NSIndexPath *lastIndexPath_sc; |
50 @property (nonatomic,retain) NSIndexPath *lastIndexPath_we; |
47 @property (nonatomic,retain) NSIndexPath *lastIndexPath_we; |