forked from LeenkxTeam/LNXSDK
		
	
		
			
	
	
		
			18 lines
		
	
	
		
			312 B
		
	
	
	
		
			C
		
	
	
	
	
	
		
		
			
		
	
	
			18 lines
		
	
	
		
			312 B
		
	
	
	
		
			C
		
	
	
	
	
	
|  | #import <OpenGLES/ES1/gl.h>
 | ||
|  | #import <OpenGLES/ES1/glext.h>
 | ||
|  | #import <QuartzCore/QuartzCore.h>
 | ||
|  | #import <UIKit/UIKit.h>
 | ||
|  | #ifndef KINC_TVOS
 | ||
|  | #import <CoreMotion/CMMotionManager.h>
 | ||
|  | #endif
 | ||
|  | 
 | ||
|  | @interface GLViewController : UIViewController { | ||
|  | @private | ||
|  | } | ||
|  | 
 | ||
|  |     - (void)loadView; | ||
|  | 
 | ||
|  |     - (void)setVisible:(BOOL)value; | ||
|  | 
 | ||
|  |     @end |