From e81c27b13950ca02baa879ae7b8108c0c3ef7fb0 Mon Sep 17 00:00:00 2001 From: hank <hank.zhang@proficientcity.com> Date: Thu, 20 Jun 2019 09:47:31 +0800 Subject: [PATCH] 添加V3.8.2 --- frameworks/FBSDKShareKit.framework/Headers/FBSDKSharingScheme.h | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/frameworks/FBSDKShareKit.framework/Headers/FBSDKSharingScheme.h b/frameworks/FBSDKShareKit.framework/Headers/FBSDKSharingScheme.h index 1d81771..031158e 100644 --- a/frameworks/FBSDKShareKit.framework/Headers/FBSDKSharingScheme.h +++ b/frameworks/FBSDKShareKit.framework/Headers/FBSDKSharingScheme.h @@ -18,16 +18,21 @@ #import "FBSDKShareDialogMode.h" +NS_ASSUME_NONNULL_BEGIN + /** A base interface for indicating a custom URL scheme */ +NS_SWIFT_NAME(SharingScheme) @protocol FBSDKSharingScheme /** Asks the receiver to provide a custom scheme. - - Parameter mode: The intended dialog mode for sharing the content. - - Returns: A custom URL scheme to use for the specified mode, or nil. + @param mode The intended dialog mode for sharing the content. + @return A custom URL scheme to use for the specified mode, or nil. */ - (nullable NSString *)schemeForMode:(FBSDKShareDialogMode)mode; @end + +NS_ASSUME_NONNULL_END -- Gitblit v1.8.0