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/FBSDKSharing.h |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/frameworks/FBSDKShareKit.framework/Headers/FBSDKSharing.h b/frameworks/FBSDKShareKit.framework/Headers/FBSDKSharing.h
index c95c674..6775d5d 100644
--- a/frameworks/FBSDKShareKit.framework/Headers/FBSDKSharing.h
+++ b/frameworks/FBSDKShareKit.framework/Headers/FBSDKSharing.h
@@ -18,7 +18,7 @@
 
 #import <Foundation/Foundation.h>
 
-#import <FBSDKShareKit/FBSDKSharingContent.h>
+#import "FBSDKSharingContent.h"
 
 NS_ASSUME_NONNULL_BEGIN
 
@@ -30,8 +30,6 @@
  @see FBSDKShareDialog
 
  @see FBSDKMessageDialog
-
- @see FBSDKShareAPI
  */
 NS_SWIFT_NAME(Sharing)
 @protocol FBSDKSharing <NSObject>

--
Gitblit v1.8.0