mirror of https://github.com/axmolengine/axmol.git
Revert "[template] modify AppController, add viewController & window variant. all Xcode template modified."
This reverts commit d92aa8805a
.
This commit is contained in:
parent
d92aa8805a
commit
4cfb3af682
|
@ -13,8 +13,5 @@
|
||||||
RootViewController *viewController;
|
RootViewController *viewController;
|
||||||
}
|
}
|
||||||
|
|
||||||
@property (nonatomic, retain) UIWindow *window;
|
|
||||||
@property (nonatomic, retain) RootViewController *viewController;
|
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
|
|
@ -15,9 +15,6 @@
|
||||||
|
|
||||||
@implementation AppController
|
@implementation AppController
|
||||||
|
|
||||||
@synthesize window;
|
|
||||||
@synthesize viewController;
|
|
||||||
|
|
||||||
#pragma mark -
|
#pragma mark -
|
||||||
#pragma mark Application lifecycle
|
#pragma mark Application lifecycle
|
||||||
|
|
||||||
|
|
|
@ -13,8 +13,5 @@
|
||||||
RootViewController *viewController;
|
RootViewController *viewController;
|
||||||
}
|
}
|
||||||
|
|
||||||
@property (nonatomic, retain) UIWindow *window;
|
|
||||||
@property (nonatomic, retain) RootViewController *viewController;
|
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
|
|
@ -15,9 +15,6 @@
|
||||||
|
|
||||||
@implementation AppController
|
@implementation AppController
|
||||||
|
|
||||||
@synthesize window;
|
|
||||||
@synthesize viewController;
|
|
||||||
|
|
||||||
#pragma mark -
|
#pragma mark -
|
||||||
#pragma mark Application lifecycle
|
#pragma mark Application lifecycle
|
||||||
|
|
||||||
|
|
|
@ -13,8 +13,5 @@
|
||||||
RootViewController *viewController;
|
RootViewController *viewController;
|
||||||
}
|
}
|
||||||
|
|
||||||
@property (nonatomic, retain) UIWindow *window;
|
|
||||||
@property (nonatomic, retain) RootViewController *viewController;
|
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
|
|
@ -15,9 +15,6 @@
|
||||||
|
|
||||||
@implementation AppController
|
@implementation AppController
|
||||||
|
|
||||||
@synthesize window;
|
|
||||||
@synthesize viewController;
|
|
||||||
|
|
||||||
#pragma mark -
|
#pragma mark -
|
||||||
#pragma mark Application lifecycle
|
#pragma mark Application lifecycle
|
||||||
|
|
||||||
|
|
|
@ -29,8 +29,5 @@
|
||||||
RootViewController *viewController;
|
RootViewController *viewController;
|
||||||
}
|
}
|
||||||
|
|
||||||
@property (nonatomic, retain) UIWindow *window;
|
|
||||||
@property (nonatomic, retain) RootViewController *viewController;
|
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
|
|
@ -15,9 +15,6 @@
|
||||||
|
|
||||||
@implementation AppController
|
@implementation AppController
|
||||||
|
|
||||||
@synthesize window;
|
|
||||||
@synthesize viewController;
|
|
||||||
|
|
||||||
#pragma mark -
|
#pragma mark -
|
||||||
#pragma mark Application lifecycle
|
#pragma mark Application lifecycle
|
||||||
|
|
||||||
|
|
|
@ -29,8 +29,5 @@
|
||||||
RootViewController *viewController;
|
RootViewController *viewController;
|
||||||
}
|
}
|
||||||
|
|
||||||
@property (nonatomic, retain) UIWindow *window;
|
|
||||||
@property (nonatomic, retain) RootViewController *viewController;
|
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
|
|
@ -31,9 +31,6 @@
|
||||||
|
|
||||||
@implementation AppController
|
@implementation AppController
|
||||||
|
|
||||||
@synthesize window;
|
|
||||||
@synthesize viewController;
|
|
||||||
|
|
||||||
#pragma mark -
|
#pragma mark -
|
||||||
#pragma mark Application lifecycle
|
#pragma mark Application lifecycle
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue