Files
LayaNative2.0/publish/nativetools/template/ios/LayaBox/LayaBox/ViewController.h
T
2020-11-11 16:17:13 +08:00

19 lines
343 B
Objective-C

#import <UIKit/UIKit.h>
#import <GLKit/GLKit.h>
#import <conchRuntime.h>
@interface ViewController : GLKViewController
{
@public
GLKView* m_pGLKView;
EAGLContext* m_pGLContext;
conchRuntime* m_pConchRuntime;
}
+(ViewController*)GetIOSViewController;
-(id)init;
@end