--- a/project_files/HedgewarsMobile/Classes/SettingsContainerViewController.h Sat Oct 01 02:49:40 2011 +0200
+++ b/project_files/HedgewarsMobile/Classes/SettingsContainerViewController.h Sat Oct 01 03:06:51 2011 +0200
@@ -21,11 +21,15 @@
#import <UIKit/UIKit.h>
+@class SettingsBaseViewController;
+
@interface SettingsContainerViewController : UIViewController {
+ SettingsBaseViewController *baseController;
UINavigationController *activeController;
UISplitViewController *splitViewRootController;
}
+@property (nonatomic,retain) SettingsBaseViewController *baseController;
@property (nonatomic,retain) UINavigationController *activeController;
@property (nonatomic,retain) UISplitViewController *splitViewRootController;