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/FBSDKMessageDialog.h | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/frameworks/FBSDKShareKit.framework/Headers/FBSDKMessageDialog.h b/frameworks/FBSDKShareKit.framework/Headers/FBSDKMessageDialog.h index 2819eb7..8609880 100644 --- a/frameworks/FBSDKShareKit.framework/Headers/FBSDKMessageDialog.h +++ b/frameworks/FBSDKShareKit.framework/Headers/FBSDKMessageDialog.h @@ -20,15 +20,15 @@ #import <FBSDKShareKit/FBSDKSharing.h> -/*! - @abstract A dialog for sharing content through Messenger. +/** + A dialog for sharing content through Messenger. */ @interface FBSDKMessageDialog : NSObject <FBSDKSharingDialog> -/*! - @abstract Convenience method to show a Message Share Dialog with content and a delegate. - @param content The content to be shared. - @param delegate The receiver's delegate. +/** + Convenience method to show a Message Share Dialog with content and a delegate. + - Parameter content: The content to be shared. + - Parameter delegate: The receiver's delegate. */ + (instancetype)showWithContent:(id<FBSDKSharingContent>)content delegate:(id<FBSDKSharingDelegate>)delegate; -- Gitblit v1.8.0