hank
2017-09-20 f9fcfea80f10b97f4d303d3888c75d036068249f
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;