From afd70759b9bf1bd99c9a5f3578ce2c5474090340 Mon Sep 17 00:00:00 2001 From: Wuyx <1139965056@qq.com> Date: Tue, 17 Jan 2017 12:12:30 +0800 Subject: [PATCH] WAFbImpl --- frameworks/FBSDKShareKit.framework/Headers/FBSDKShareMediaContent.h | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareMediaContent.h b/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareMediaContent.h index 0c5d0d6..2029422 100644 --- a/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareMediaContent.h +++ b/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareMediaContent.h @@ -20,21 +20,21 @@ #import <FBSDKShareKit/FBSDKSharingContent.h> -/*! - @abstract A model for media content (photo or video) to be shared. +/** + A model for media content (photo or video) to be shared. */ @interface FBSDKShareMediaContent : NSObject <FBSDKSharingContent> -/*! - @abstract Media to be shared. - @return Array of the media (FBSDKSharePhoto or FBSDKShareVideo) +/** + Media to be shared. + - Returns: Array of the media (FBSDKSharePhoto or FBSDKShareVideo) */ @property (nonatomic, copy) NSArray *media; -/*! - @abstract Compares the receiver to another media 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 media content. + - Parameter content: The other content + - Returns: YES if the receiver's values are equal to the other content's values; otherwise NO */ - (BOOL)isEqualToShareMediaContent:(FBSDKShareMediaContent *)content; -- Gitblit v1.8.0