From 13e53a03f4d50169d0cf7f72d414753ae6b421ce Mon Sep 17 00:00:00 2001 From: hank <hank.zhang@proficientcity.com> Date: Tue, 22 Jan 2019 11:04:39 +0800 Subject: [PATCH] 添加V3.8.0 --- frameworks/FBSDKShareKit.framework/Headers/FBSDKShareCameraEffectContent.h | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareCameraEffectContent.h b/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareCameraEffectContent.h index 65e2f6b..1309c8d 100644 --- a/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareCameraEffectContent.h +++ b/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareCameraEffectContent.h @@ -21,11 +21,12 @@ #import <FBSDKShareKit/FBSDKCameraEffectArguments.h> #import <FBSDKShareKit/FBSDKCameraEffectTextures.h> #import <FBSDKShareKit/FBSDKSharingContent.h> +#import <FBSDKShareKit/FBSDKSharingScheme.h> /** A model for content to share with a Facebook camera effect. */ -@interface FBSDKShareCameraEffectContent : NSObject <FBSDKSharingContent> +@interface FBSDKShareCameraEffectContent : NSObject <FBSDKSharingContent, FBSDKSharingScheme> /** ID of the camera effect to use. @@ -44,8 +45,8 @@ /** 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; -- Gitblit v1.8.0