From bf63695cd124ba0c3127f4cc8aa99c737729dd1d Mon Sep 17 00:00:00 2001 From: hank <hank.zhang@proficientcity.com> Date: Tue, 22 Jan 2019 11:11:33 +0800 Subject: [PATCH] [Update] WAFbImpl (3.8.0) --- frameworks/FBSDKShareKit.framework/Headers/FBSDKSharingButton.h | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/frameworks/FBSDKShareKit.framework/Headers/FBSDKSharingButton.h b/frameworks/FBSDKShareKit.framework/Headers/FBSDKSharingButton.h index a3af423..13cfc1f 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. +/** + 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