From 849c5f7841d774d776678e11119aa8a7404cee6d Mon Sep 17 00:00:00 2001 From: hank <hank.zhang@proficientcity.com> Date: Wed, 14 Jun 2017 15:05:35 +0800 Subject: [PATCH] [Update] WAFbImpl (3.6.4) --- frameworks/FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphContent.h | 27 ++++++++++++++------------- 1 files changed, 14 insertions(+), 13 deletions(-) diff --git a/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphContent.h b/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphContent.h index 4393b0c..43286dc 100644 --- a/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphContent.h +++ b/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphContent.h @@ -21,28 +21,29 @@ #import <FBSDKShareKit/FBSDKShareOpenGraphAction.h> #import <FBSDKShareKit/FBSDKSharingContent.h> -/*! - @abstract A model for Open Graph content to be shared. +/** + A model for Open Graph content to be shared. */ @interface FBSDKShareOpenGraphContent : NSObject <FBSDKSharingContent> -/*! - @abstract Open Graph Action to be shared. - @return The action +/** + Open Graph Action to be shared. + - Returns: The action */ @property (nonatomic, copy) FBSDKShareOpenGraphAction *action; -/*! - @abstract Property name that points to the primary Open Graph Object in the action. - @discussion The value that this action points to will be use for rendering the preview for the share. - @return The property name for the Open Graph Object in the action +/** + Property name that points to the primary Open Graph Object in the action. + + The value that this action points to will be use for rendering the preview for the share. + - Returns: The property name for the Open Graph Object in the action */ @property (nonatomic, copy) NSString *previewPropertyName; -/*! - @abstract Compares the receiver to another Open Graph 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 Open Graph content. + - Parameter content: The other content + - Returns: YES if the receiver's values are equal to the other content's values; otherwise NO */ - (BOOL)isEqualToShareOpenGraphContent:(FBSDKShareOpenGraphContent *)content; -- Gitblit v1.8.0