From cb73c258ba8634a628dd72872a7bb741e9a35256 Mon Sep 17 00:00:00 2001 From: Wuyx <1139965056@qq.com> Date: Fri, 20 Jan 2017 10:34:38 +0800 Subject: [PATCH] WAFbImpl3.6.1 --- frameworks/FBSDKShareKit.framework/Headers/FBSDKSharePhotoContent.h | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/frameworks/FBSDKShareKit.framework/Headers/FBSDKSharePhotoContent.h b/frameworks/FBSDKShareKit.framework/Headers/FBSDKSharePhotoContent.h index 1fd0782..3043268 100644 --- a/frameworks/FBSDKShareKit.framework/Headers/FBSDKSharePhotoContent.h +++ b/frameworks/FBSDKShareKit.framework/Headers/FBSDKSharePhotoContent.h @@ -20,21 +20,21 @@ #import <FBSDKShareKit/FBSDKSharingContent.h> -/*! - @abstract A model for photo content to be shared. +/** + A model for photo content to be shared. */ @interface FBSDKSharePhotoContent : NSObject <FBSDKSharingContent> -/*! - @abstract Photos to be shared. - @return Array of the photos (FBSDKSharePhoto) +/** + Photos to be shared. + - Returns: Array of the photos (FBSDKSharePhoto) */ @property (nonatomic, copy) NSArray *photos; -/*! - @abstract Compares the receiver to another photo 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 photo content. + - Parameter content: The other content + - Returns: YES if the receiver's values are equal to the other content's values; otherwise NO */ - (BOOL)isEqualToSharePhotoContent:(FBSDKSharePhotoContent *)content; -- Gitblit v1.8.0