mirror of
https://github.com/gre/gl-react.git
synced 2026-01-18 16:16:59 +00:00
12 lines
216 B
Objective-C
Executable File
12 lines
216 B
Objective-C
Executable File
#import <React/RCTBridge.h>
|
|
|
|
#import "EXGLViewManager.h"
|
|
|
|
@interface EXGLView : UIView
|
|
|
|
- (instancetype)initWithManager:(EXGLViewManager *)mgr;
|
|
|
|
@property (nonatomic, copy) RCTDirectEventBlock onSurfaceCreate;
|
|
|
|
@end
|