diff -r cbf71e938164 -r 972ae3ec178a cocoaTouch/SchemeSettingsViewController.h --- 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 - +@class SingleSchemeViewController; @interface SchemeSettingsViewController : UITableViewController { - + NSMutableArray *listOfSchemes; + SingleSchemeViewController *childController; } +@property (nonatomic, retain) NSMutableArray *listOfSchemes; + @end