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