Skip to content

Commit

Permalink
expose wkwebview reference
Browse files Browse the repository at this point in the history
  • Loading branch information
phonglusymc committed Feb 26, 2019
1 parent 092da85 commit efc40f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/XWKWebView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import WebKit
public class XWKWebView: NSObject, WKNavigationDelegate, WKUIDelegate, WKScriptMessageHandler {
private let webkitNamespace = "XWKWebView"
private let webkitNamespaceForInvokeJs = "XWKWebViewInvokeJs"
private var webView: WKWebView
public var webView: WKWebView
private var pluginObjRef = Dictionary<String, AnyObject>()
public typealias invokeJsCallback = (_ payload: AnyObject?) -> Void
public var invokeJsCallbackSuccessArr = Dictionary<String, invokeJsCallback>()
Expand Down

0 comments on commit efc40f5

Please sign in to comment.