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/FBSDKShareCameraEffectContent.h | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareCameraEffectContent.h b/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareCameraEffectContent.h index 65e2f6b..5386133 100644 --- a/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareCameraEffectContent.h +++ b/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareCameraEffectContent.h @@ -21,11 +21,15 @@ #import <FBSDKShareKit/FBSDKCameraEffectArguments.h> #import <FBSDKShareKit/FBSDKCameraEffectTextures.h> #import <FBSDKShareKit/FBSDKSharingContent.h> +#import <FBSDKShareKit/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 +48,11 @@ /** 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 -- Gitblit v1.8.0