From 2bf42aa9d2a6bdc7b0770f69109f20fd77ccbdb7 Mon Sep 17 00:00:00 2001 From: Wuyx <1139965056@qq.com> Date: Thu, 19 Jan 2017 11:28:00 +0800 Subject: [PATCH] WAFbImpl3.6.1 --- frameworks/FBSDKShareKit.framework/Headers/FBSDKShareVideoContent.h | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) diff --git a/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareVideoContent.h b/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareVideoContent.h index bead676..7264591 100644 --- a/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareVideoContent.h +++ b/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareVideoContent.h @@ -22,27 +22,27 @@ #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. - @return The photo +/** + The photo that represents the video. + - Returns: The photo */ @property (nonatomic, copy) FBSDKSharePhoto *previewPhoto; -/*! - @abstract The video to be shared. - @return The video +/** + The video to be shared. + - Returns: The video */ @property (nonatomic, copy) FBSDKShareVideo *video; -/*! - @abstract 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 +/** + Compares the receiver to another video content. + - Parameter content: The other content + - Returns: YES if the receiver's values are equal to the other content's values; otherwise NO */ - (BOOL)isEqualToShareVideoContent:(FBSDKShareVideoContent *)content; -- Gitblit v1.8.0