hank
2018-04-18 27832ca8f32b6e62dfc7522634fb5892a5c111bd
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;