project_files/HedgewarsMobile/Classes/SchemeSettingsViewController.h
branchios-revival
changeset 11217 e68b3e392091
parent 10108 c68cf030eded
child 12872 00215a7ec5f5
equal deleted inserted replaced
11216:76fd61a88c1e 11217:e68b3e392091
    16  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA.
    16  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA.
    17  */
    17  */
    18 
    18 
    19 
    19 
    20 #import <UIKit/UIKit.h>
    20 #import <UIKit/UIKit.h>
       
    21 #import "TableViewControllerWithDoneButton.h"
    21 
    22 
    22 
    23 @interface SchemeSettingsViewController : TableViewControllerWithDoneButton {
    23 @class SingleSchemeViewController;
       
    24 
       
    25 @interface SchemeSettingsViewController : UITableViewController {
       
    26     NSMutableArray *listOfSchemes;
    24     NSMutableArray *listOfSchemes;
    27     SingleSchemeViewController *childController;
       
    28 }
    25 }
    29 
    26 
    30 @property (nonatomic, retain) NSMutableArray *listOfSchemes;
    27 @property (nonatomic, retain) NSMutableArray *listOfSchemes;
    31 
    28 
    32 @end
    29 @end