From 9fdbb77fd2d766c9aa88f6753108354592770058 Mon Sep 17 00:00:00 2001 From: hank <hank.zhang@proficientcity.com> Date: Thu, 20 Jun 2019 09:50:53 +0800 Subject: [PATCH] [Update] WAFbImpl (3.8.2) --- frameworks/FBSDKShareKit.framework/Headers/FBSDKShareVideoContent.h | 23 +++++++++++------------ 1 files changed, 11 insertions(+), 12 deletions(-) diff --git a/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareVideoContent.h b/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareVideoContent.h index bead676..80c222e 100644 --- a/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareVideoContent.h +++ b/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareVideoContent.h @@ -22,28 +22,27 @@ #import <FBSDKShareKit/FBSDKShareVideo.h> #import <FBSDKShareKit/FBSDKSharingContent.h> -/*! - @abstract A model for video content to be shared. +NS_ASSUME_NONNULL_BEGIN + +/** + A model for video content to be shared. */ +NS_SWIFT_NAME(ShareVideoContent) @interface FBSDKShareVideoContent : NSObject <FBSDKSharingContent> -/*! - @abstract The photo that represents the video. - @return The photo - */ -@property (nonatomic, copy) FBSDKSharePhoto *previewPhoto; - -/*! - @abstract The video to be shared. +/** + The video to be shared. @return The video */ @property (nonatomic, copy) FBSDKShareVideo *video; -/*! - @abstract Compares the receiver to another video content. +/** + Compares the receiver to another video content. @param content The other content @return YES if the receiver's values are equal to the other content's values; otherwise NO */ - (BOOL)isEqualToShareVideoContent:(FBSDKShareVideoContent *)content; @end + +NS_ASSUME_NONNULL_END -- Gitblit v1.8.0