From 49b8839fda3439edc31581527e84036e58f55f0f Mon Sep 17 00:00:00 2001 From: lpw <pengwei.li@gamehollywood.com> Date: Tue, 26 Jan 2021 09:43:00 +0800 Subject: [PATCH] 3.9.2 --- frameworks/FBSDKShareKit.framework/Headers/FBSDKShareDialogMode.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareDialogMode.h b/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareDialogMode.h index 00e7f8f..058ac1e 100644 --- a/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareDialogMode.h +++ b/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareDialogMode.h @@ -46,7 +46,7 @@ */ FBSDKShareDialogModeBrowser, /** - @Displays the dialog in a UIWebView within the app. + @Displays the dialog in a WKWebView within the app. */ FBSDKShareDialogModeWeb, /** @@ -54,7 +54,7 @@ */ FBSDKShareDialogModeFeedBrowser, /** - @Displays the feed dialog in a UIWebView within the app. + @Displays the feed dialog in a WKWebView within the app. */ FBSDKShareDialogModeFeedWeb, } NS_SWIFT_NAME(ShareDialog.Mode); -- Gitblit v1.8.0