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/FBSDKSharingButton.h |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/frameworks/FBSDKShareKit.framework/Headers/FBSDKSharingButton.h b/frameworks/FBSDKShareKit.framework/Headers/FBSDKSharingButton.h
index a3af423..5192de4 100644
--- a/frameworks/FBSDKShareKit.framework/Headers/FBSDKSharingButton.h
+++ b/frameworks/FBSDKShareKit.framework/Headers/FBSDKSharingButton.h
@@ -20,15 +20,17 @@
 
 #import <FBSDKShareKit/FBSDKSharingContent.h>
 
-/*!
- @abstract The common interface for sharing buttons.
- @see FBSDKSendButton
- @see FBSDKShareButton
+/**
+  The common interface for sharing buttons.
+
+- See:FBSDKSendButton
+
+- See:FBSDKShareButton
  */
 @protocol FBSDKSharingButton <NSObject>
 
-/*!
- @abstract The content to be shared.
+/**
+  The content to be shared.
  */
 @property (nonatomic, copy) id<FBSDKSharingContent> shareContent;
 

--
Gitblit v1.8.0