cocoaTouch/SchemeSettingsViewController.h
changeset 3479 972ae3ec178a
parent 3356 3ae3fccb439e
equal deleted inserted replaced
3478:cbf71e938164 3479:972ae3ec178a
     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 
    11 
    12 @interface SchemeSettingsViewController : UITableViewController {
    12 @interface SchemeSettingsViewController : UITableViewController {
    13 
    13     NSMutableArray *listOfSchemes;
       
    14     SingleSchemeViewController *childController;
    14 }
    15 }
    15 
    16 
       
    17 @property (nonatomic, retain) NSMutableArray *listOfSchemes;
       
    18 
    16 @end
    19 @end