| | |
| | | |
| | | #define KIsiPhoneX ([UIScreen instancesRespondToSelector:@selector(currentMode)] ? CGSizeEqualToSize(CGSizeMake(1125, 2436), [[UIScreen mainScreen] currentMode].size) : NO) |
| | | |
| | | static NSString *JPush_AppKey = @"22186239fee975f883198cf4"; |
| | | static NSString *JPush_Channel = @"Develop"; |
| | | static BOOL JPush_IsProduction = FALSE; |
| | | |
| | | static NSString *FreeSDK_AppID = @"508021130"; |
| | | static NSString *ADSdk_Token; |
| | | |
| | | @interface UniversalSDK : NSObject { |
| | | UIWebView* m_UIWebView; |
| | |
| | | |
| | | -(void) HandleUnityMessage:(NSString*) json; |
| | | -(void) Init; |
| | | -(void) FreeSDKInit; |
| | | -(void) FreeSDKInit:(NSString*)freeSdkAppID; |
| | | -(void) FreeSDKLoginOK; |
| | | -(void) FreeSDKCancelLogin; |
| | | -(id) APNativeJSONObject:(NSData*) data; |