hank
2017-09-04 52b3d63ddf49cf87eb8321a3d89b646b5b2a8e53
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;