From 7cdaa24f3ba637804aca9247ae809c4cc1acc6ed Mon Sep 17 00:00:00 2001 From: lipengwei <lipengwei@nianben.com> Date: Wed, 27 May 2020 09:41:28 +0800 Subject: [PATCH] 3.8.4 --- frameworks/FBSDKShareKit.framework/Headers/FBSDKShareDialogMode.h | 13 +++++++++---- 1 files changed, 9 insertions(+), 4 deletions(-) diff --git a/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareDialogMode.h b/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareDialogMode.h index f7bc213..058ac1e 100644 --- a/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareDialogMode.h +++ b/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareDialogMode.h @@ -18,6 +18,8 @@ #import <Foundation/Foundation.h> +NS_ASSUME_NONNULL_BEGIN + /** NS_ENUM(NSUInteger, FBSDKShareDialogMode) Modes for the FBSDKShareDialog. @@ -44,7 +46,7 @@ */ FBSDKShareDialogModeBrowser, /** - @Displays the dialog in a UIWebView within the app. + @Displays the dialog in a WKWebView within the app. */ FBSDKShareDialogModeWeb, /** @@ -52,12 +54,15 @@ */ 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); /** Converts an FBSDKShareDialogMode to an NSString. */ -FOUNDATION_EXPORT NSString *NSStringFromFBSDKShareDialogMode(FBSDKShareDialogMode dialogMode); +FOUNDATION_EXPORT NSString *NSStringFromFBSDKShareDialogMode(FBSDKShareDialogMode dialogMode) +NS_REFINED_FOR_SWIFT; + +NS_ASSUME_NONNULL_END -- Gitblit v1.8.0