背景和头像缺失
This commit is contained in:
12
cocos2d/tests/performance-tests/proj.ios/AppController.h
Normal file
12
cocos2d/tests/performance-tests/proj.ios/AppController.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@class RootViewController;
|
||||
|
||||
@interface AppController : NSObject <UIApplicationDelegate> {
|
||||
UIWindow *window;
|
||||
}
|
||||
|
||||
@property(nonatomic, readonly) RootViewController* viewController;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user