project_files/HedgewarsMobile/Classes/WeaponSettingsViewController.h
branchqmlfrontend
changeset 11408 b894922d58cc
parent 11221 e68b3e392091
child 12877 00215a7ec5f5
--- a/project_files/HedgewarsMobile/Classes/WeaponSettingsViewController.h	Tue Sep 08 19:20:58 2015 +0300
+++ b/project_files/HedgewarsMobile/Classes/WeaponSettingsViewController.h	Mon Nov 16 22:57:24 2015 +0300
@@ -18,13 +18,10 @@
 
 
 #import <UIKit/UIKit.h>
-
-
-@class SingleWeaponViewController;
+#import "TableViewControllerWithDoneButton.h"
 
-@interface WeaponSettingsViewController : UITableViewController {
+@interface WeaponSettingsViewController : TableViewControllerWithDoneButton {
     NSMutableArray *listOfWeapons;
-    SingleWeaponViewController *childController;
 }
 
 @property (nonatomic, retain) NSMutableArray *listOfWeapons;