From 706ba043d6c5dbda372b898faee3ae72e5efda4c Mon Sep 17 00:00:00 2001 From: hank <hank.zhang@proficientcity.com> Date: Fri, 28 Apr 2017 11:32:51 +0800 Subject: [PATCH] [Update] WAFbImpl (3.6.2) --- 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