8 lines
129 B
Objective-C
8 lines
129 B
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
@interface ViewController : UIViewController
|
|
|
|
- (instancetype)initWithEAGLView:(UIView*)eaglView;
|
|
|
|
@end
|