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/FBSDKShareCameraEffectContent.h |   24 ++++++++++++++++++------
 1 files changed, 18 insertions(+), 6 deletions(-)

diff --git a/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareCameraEffectContent.h b/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareCameraEffectContent.h
index 65e2f6b..4ad2e81 100644
--- a/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareCameraEffectContent.h
+++ b/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareCameraEffectContent.h
@@ -16,16 +16,24 @@
 // 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 <Foundation/Foundation.h>
 
-#import <FBSDKShareKit/FBSDKCameraEffectArguments.h>
-#import <FBSDKShareKit/FBSDKCameraEffectTextures.h>
-#import <FBSDKShareKit/FBSDKSharingContent.h>
+#import "FBSDKCameraEffectArguments.h"
+#import "FBSDKCameraEffectTextures.h"
+#import "FBSDKSharingContent.h"
+#import "FBSDKSharingScheme.h"
+
+NS_ASSUME_NONNULL_BEGIN
 
 /**
  A model for content to share with a Facebook camera effect.
  */
-@interface FBSDKShareCameraEffectContent : NSObject <FBSDKSharingContent>
+NS_SWIFT_NAME(ShareCameraEffectContent)
+@interface FBSDKShareCameraEffectContent : NSObject <FBSDKSharingContent, FBSDKSharingScheme>
 
 /**
  ID of the camera effect to use.
@@ -44,9 +52,13 @@
 
 /**
  Compares the receiver to another camera effect content.
- - Parameter content: The other content
- - Returns: YES if the receiver's values are equal to the other content's values; otherwise NO
+ @param content The other content
+ @return YES if the receiver's values are equal to the other content's values; otherwise NO
  */
 - (BOOL)isEqualToShareCameraEffectContent:(FBSDKShareCameraEffectContent *)content;
 
 @end
+
+NS_ASSUME_NONNULL_END
+
+#endif

--
Gitblit v1.8.0