From 6cf9ef00cb75b82714913eb181ddfda0ae422234 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E7=BA=A2=E6=96=8C?= <1540556917@qq.com> Date: Sat, 21 Oct 2023 13:36:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Example Apps/ExampleApp-OSX/AppDelegate.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Example Apps/ExampleApp-OSX/AppDelegate.m b/Example Apps/ExampleApp-OSX/AppDelegate.m index 5677342a..db72bb83 100644 --- a/Example Apps/ExampleApp-OSX/AppDelegate.m +++ b/Example Apps/ExampleApp-OSX/AppDelegate.m @@ -15,7 +15,7 @@ @implementation AppDelegate { WKWebView *_WKWebView; WebViewJavascriptBridge* _bridge; WebViewJavascriptBridge* _WKBridge; - NSView* _WKWebViewWrapper; + NSView* _WKWebViewWrapper;// } - (void)applicationDidFinishLaunching:(NSNotification *)aNotification