equal
deleted
inserted
replaced
|
1 // |
|
2 // SchemeSettingsViewController.h |
|
3 // HedgewarsMobile |
|
4 // |
|
5 // Created by Vittorio on 19/04/10. |
|
6 // Copyright 2010 __MyCompanyName__. All rights reserved. |
|
7 // |
|
8 |
|
9 #import <UIKit/UIKit.h> |
|
10 @class SingleSchemeViewController; |
|
11 |
|
12 @interface SchemeSettingsViewController : UITableViewController { |
|
13 NSMutableArray *listOfSchemes; |
|
14 SingleSchemeViewController *childController; |
|
15 } |
|
16 |
|
17 @property (nonatomic, retain) NSMutableArray *listOfSchemes; |
|
18 |
|
19 @end |