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/FBSDKShareVideoContent.h | 19 ++++++++++--------- 1 files changed, 10 insertions(+), 9 deletions(-) diff --git a/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareVideoContent.h b/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareVideoContent.h index bead676..0f4fd37 100644 --- a/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareVideoContent.h +++ b/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareVideoContent.h @@ -22,25 +22,26 @@ #import <FBSDKShareKit/FBSDKShareVideo.h> #import <FBSDKShareKit/FBSDKSharingContent.h> -/*! - @abstract A model for video content to be shared. +/** + A model for video content to be shared. */ @interface FBSDKShareVideoContent : NSObject <FBSDKSharingContent> -/*! - @abstract The photo that represents the video. +/** + The photo that represents the video. @return The photo */ -@property (nonatomic, copy) FBSDKSharePhoto *previewPhoto; +@property (nonatomic, copy) FBSDKSharePhoto *previewPhoto +DEPRECATED_MSG_ATTRIBUTE("Use `video.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 */ -- Gitblit v1.8.0