hank
2017-04-28 1f8a656f071359a7ecfd1b09c67f1be82dd6f789
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;