equal
deleted
inserted
replaced
5 // Created by Vittorio on 19/04/10. |
5 // Created by Vittorio on 19/04/10. |
6 // Copyright 2010 __MyCompanyName__. All rights reserved. |
6 // Copyright 2010 __MyCompanyName__. All rights reserved. |
7 // |
7 // |
8 |
8 |
9 #import <UIKit/UIKit.h> |
9 #import <UIKit/UIKit.h> |
|
10 |
10 @class SingleSchemeViewController; |
11 @class SingleSchemeViewController; |
11 |
12 |
12 @interface SchemeSettingsViewController : UITableViewController { |
13 @interface SchemeSettingsViewController : UITableViewController { |
13 NSMutableArray *listOfSchemes; |
14 NSMutableArray *listOfSchemes; |
14 SingleSchemeViewController *childController; |
15 SingleSchemeViewController *childController; |