We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 362cf70 commit 10a214bCopy full SHA for 10a214b
WebViewJavascriptBridge/WebViewJavascriptBridge.h
@@ -17,6 +17,7 @@
17
#define WVJB_WEBVIEW_TYPE WebView
18
#define WVJB_WEBVIEW_DELEGATE_TYPE NSObject
19
#elif defined __IPHONE_OS_VERSION_MAX_ALLOWED
20
+ #import <UIKit/UIWebView.h>
21
#define WVJB_PLATFORM_IOS
22
#define WVJB_WEBVIEW_TYPE UIWebView
23
#define WVJB_WEBVIEW_DELEGATE_TYPE NSObject<UIWebViewDelegate>
0 commit comments