From bf63695cd124ba0c3127f4cc8aa99c737729dd1d Mon Sep 17 00:00:00 2001 From: hank <hank.zhang@proficientcity.com> Date: Tue, 22 Jan 2019 11:11:33 +0800 Subject: [PATCH] [Update] WAFbImpl (3.8.0) --- frameworks/FBSDKShareKit.framework/Headers/FBSDKShareMediaContent.h | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareMediaContent.h b/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareMediaContent.h index 0c5d0d6..ab9d895 100644 --- a/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareMediaContent.h +++ b/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareMediaContent.h @@ -20,19 +20,19 @@ #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. +/** + Media to be shared. @return Array of the media (FBSDKSharePhoto or FBSDKShareVideo) */ @property (nonatomic, copy) NSArray *media; -/*! - @abstract Compares the receiver to another media content. +/** + 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 */ -- Gitblit v1.8.0