equal
deleted
inserted
replaced
9 #import <UIKit/UIKit.h> |
9 #import <UIKit/UIKit.h> |
10 #import "EditableCellView.h" |
10 #import "EditableCellView.h" |
11 |
11 |
12 @interface SingleSchemeViewController : UITableViewController <EditableCellViewDelegate> { |
12 @interface SingleSchemeViewController : UITableViewController <EditableCellViewDelegate> { |
13 NSString *schemeName; |
13 NSString *schemeName; |
14 NSMutableArray *schemeArray; |
14 NSMutableArray *schemeArray; |
15 NSArray *basicSettingList; |
15 NSArray *basicSettingList; |
16 NSArray *gameModifierArray; |
16 NSArray *gameModifierArray; |
17 } |
17 } |
18 |
18 |
19 @property (nonatomic, retain) NSString *schemeName; |
19 @property (nonatomic, retain) NSString *schemeName; |