9 #import <Foundation/Foundation.h> 14 typedef NS_ENUM(int, MasScreenOrientation) {
28 + (void) init:(NSString*) appKey;
38 + (bool) isInitialized;
45 + (void) onSurfaceChanged:(
int)viewWidth height:(
int)viewHeight;
52 + (void) setScreenOrientation:(MasScreenOrientation)orientation;
Definition: MasMaxstAR.h:12