From a21614bd45ba53c0b5ea640fd3ad71b3b5826ef3 Mon Sep 17 00:00:00 2001
From: hank <hank.zhang@proficientcity.com>
Date: Wed, 14 Jun 2017 15:02:13 +0800
Subject: [PATCH] 添加V3.6.4

---
 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