forked from LeenkxTeam/LNXSDK
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			312 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			312 B
		
	
	
	
		
			Objective-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
 |