From 9febd95e999e7c9187104859720ec7c2645cfec3 Mon Sep 17 00:00:00 2001 From: Wuyx <1139965056@qq.com> Date: Wed, 11 Jan 2017 10:14:56 +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