From 27832ca8f32b6e62dfc7522634fb5892a5c111bd Mon Sep 17 00:00:00 2001 From: hank <hank.zhang@proficientcity.com> Date: Wed, 18 Apr 2018 15:09:55 +0800 Subject: [PATCH] 添加V3.6.7 --- frameworks/FBSDKShareKit.framework/Headers/FBSDKSendButton.h | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/frameworks/FBSDKShareKit.framework/Headers/FBSDKSendButton.h b/frameworks/FBSDKShareKit.framework/Headers/FBSDKSendButton.h index 347f0e4..8dc40ac 100644 --- a/frameworks/FBSDKShareKit.framework/Headers/FBSDKSendButton.h +++ b/frameworks/FBSDKShareKit.framework/Headers/FBSDKSendButton.h @@ -22,9 +22,10 @@ #import <FBSDKShareKit/FBSDKSharingButton.h> -/*! - @abstract A button to send content through Messenger. - @discussion Tapping the receiver will invoke the FBSDKShareDialog with the attached shareContent. If the dialog cannot +/** + A button to send content through Messenger. + + Tapping the receiver will invoke the FBSDKShareDialog with the attached shareContent. If the dialog cannot be shown, the button will be disable. */ @interface FBSDKSendButton : FBSDKButton <FBSDKSharingButton> -- Gitblit v1.8.0