lipengwei
2019-09-27 f082c62bb40cad3ee93abd5432777ac0905eb374
frameworks/FBSDKShareKit.framework/Headers/FBSDKShareMessengerActionButton.h
@@ -19,16 +19,23 @@
#import <Foundation/Foundation.h>
#import <FBSDKCoreKit/FBSDKCopying.h>
#import <FBSDKShareKit/FBSDKShareConstants.h>
NS_ASSUME_NONNULL_BEGIN
/**
 A base interface for Messenger share action buttons.
 */
DEPRECATED_FOR_MESSENGER
NS_SWIFT_NAME(ShareMessengerActionButton)
@protocol FBSDKShareMessengerActionButton <FBSDKCopying, NSSecureCoding>
/**
 The title displayed to the user for the button.
 - Returns: The title for the button.
 @return The title for the button.
 */
@property (nonatomic, copy) NSString *title;
@end
NS_ASSUME_NONNULL_END