From f9fcfea80f10b97f4d303d3888c75d036068249f Mon Sep 17 00:00:00 2001 From: hank <hank.zhang@proficientcity.com> Date: Wed, 20 Sep 2017 10:36:44 +0800 Subject: [PATCH] [Update] WAFbImpl (3.6.5.1) --- frameworks/FBSDKShareKit.framework/Headers/FBSDKShareButton.h | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareButton.h b/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareButton.h index d6b46fd..c2565db 100644 --- a/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareButton.h +++ b/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareButton.h @@ -22,9 +22,10 @@ #import <FBSDKShareKit/FBSDKSharingButton.h> -/*! - @abstract A button to share content. - @discussion Tapping the receiver will invoke the FBSDKShareDialog with the attached shareContent. If the dialog cannot +/** + A button to share content. + + Tapping the receiver will invoke the FBSDKShareDialog with the attached shareContent. If the dialog cannot be shown, the button will be disabled. */ @interface FBSDKShareButton : FBSDKButton <FBSDKSharingButton> -- Gitblit v1.8.0