Channel/IOS/qkbt3game/Plugins/The2thWorldSDK/UniversalSDK.h
@@ -10,6 +10,7 @@ #import <Foundation/Foundation.h> #import <UIKit/UIKit.h> #import <WebKit/WebKit.h> #define UNITY_OBJ_NAME "SDKUtility" #define UNITY_FUNC_NAME "HandleSdkMessage" @@ -60,8 +61,9 @@ static BOOL JPush_IsProduction = FALSE; @interface UniversalSDK : NSObject { UIWebView* m_UIWebView; @interface UniversalSDK : NSObject<WKUIDelegate, WKNavigationDelegate> { WKWebView* m_UIWebView; WKWebView* m_fakeUIWebView; UIButton* m_CloseBtn; }