frameworks/FBSDKShareKit.framework/Headers/FBSDKShareMessengerActionButton.h
@@ -20,9 +20,12 @@ #import <FBSDKCoreKit/FBSDKCopying.h> NS_ASSUME_NONNULL_BEGIN /** A base interface for Messenger share action buttons. */ NS_SWIFT_NAME(ShareMessengerActionButton) @protocol FBSDKShareMessengerActionButton <FBSDKCopying, NSSecureCoding> /** @@ -32,3 +35,5 @@ @property (nonatomic, copy) NSString *title; @end NS_ASSUME_NONNULL_END