cocoaTouch/SchemeSettingsViewController.h
changeset 3479 972ae3ec178a
parent 3356 3ae3fccb439e
--- a/cocoaTouch/SchemeSettingsViewController.h	Sun May 23 19:37:31 2010 +0000
+++ b/cocoaTouch/SchemeSettingsViewController.h	Sun May 23 22:05:59 2010 +0000
@@ -7,10 +7,13 @@
 //
 
 #import <UIKit/UIKit.h>
-
+@class SingleSchemeViewController;
 
 @interface SchemeSettingsViewController : UITableViewController {
-
+    NSMutableArray *listOfSchemes;
+    SingleSchemeViewController *childController;
 }
 
+@property (nonatomic, retain) NSMutableArray *listOfSchemes;
+
 @end