project_files/HedgewarsMobile/Classes/SchemeSettingsViewController.h
branchios-revival
changeset 11217 e68b3e392091
parent 10108 c68cf030eded
child 12872 00215a7ec5f5
--- a/project_files/HedgewarsMobile/Classes/SchemeSettingsViewController.h	Sat Oct 17 20:07:10 2015 +0200
+++ b/project_files/HedgewarsMobile/Classes/SchemeSettingsViewController.h	Mon Oct 19 03:39:47 2015 +0200
@@ -18,13 +18,10 @@
 
 
 #import <UIKit/UIKit.h>
-
-
-@class SingleSchemeViewController;
+#import "TableViewControllerWithDoneButton.h"
 
-@interface SchemeSettingsViewController : UITableViewController {
+@interface SchemeSettingsViewController : TableViewControllerWithDoneButton {
     NSMutableArray *listOfSchemes;
-    SingleSchemeViewController *childController;
 }
 
 @property (nonatomic, retain) NSMutableArray *listOfSchemes;