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/FBSDKShareVideoContent.h | 18 ++++++++---------- 1 files changed, 8 insertions(+), 10 deletions(-) diff --git a/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareVideoContent.h b/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareVideoContent.h index 0f4fd37..552eb2b 100644 --- a/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareVideoContent.h +++ b/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareVideoContent.h @@ -18,21 +18,17 @@ #import <Foundation/Foundation.h> -#import <FBSDKShareKit/FBSDKSharePhoto.h> -#import <FBSDKShareKit/FBSDKShareVideo.h> -#import <FBSDKShareKit/FBSDKSharingContent.h> +#import "FBSDKSharePhoto.h" +#import "FBSDKShareVideo.h" +#import "FBSDKSharingContent.h" + +NS_ASSUME_NONNULL_BEGIN /** A model for video content to be shared. */ +NS_SWIFT_NAME(ShareVideoContent) @interface FBSDKShareVideoContent : NSObject <FBSDKSharingContent> - -/** - The photo that represents the video. - @return The photo - */ -@property (nonatomic, copy) FBSDKSharePhoto *previewPhoto -DEPRECATED_MSG_ATTRIBUTE("Use `video.previewPhoto`"); /** The video to be shared. @@ -48,3 +44,5 @@ - (BOOL)isEqualToShareVideoContent:(FBSDKShareVideoContent *)content; @end + +NS_ASSUME_NONNULL_END -- Gitblit v1.8.0