From b19a78b27247f5f0761c35b5b3e8a41876eabb05 Mon Sep 17 00:00:00 2001
From: lpw <pengwei.li@gamehollywood.com>
Date: Tue, 20 Apr 2021 17:18:32 +0800
Subject: [PATCH] no message

---
 frameworks/FBSDKShareKit.framework/Headers/FBSDKSharingScheme.h |   15 +++++++++++++--
 1 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/frameworks/FBSDKShareKit.framework/Headers/FBSDKSharingScheme.h b/frameworks/FBSDKShareKit.framework/Headers/FBSDKSharingScheme.h
index 1d81771..859db49 100644
--- a/frameworks/FBSDKShareKit.framework/Headers/FBSDKSharingScheme.h
+++ b/frameworks/FBSDKShareKit.framework/Headers/FBSDKSharingScheme.h
@@ -16,18 +16,29 @@
 // IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
+#import "TargetConditionals.h"
+
+#if !TARGET_OS_TV
+
 #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
+
+#endif

--
Gitblit v1.8.0