From 7cdaa24f3ba637804aca9247ae809c4cc1acc6ed Mon Sep 17 00:00:00 2001 From: lipengwei <lipengwei@nianben.com> Date: Wed, 27 May 2020 09:41:28 +0800 Subject: [PATCH] 3.8.4 --- frameworks/FBSDKShareKit.framework/Headers/FBSDKShareMessengerActionButton.h | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareMessengerActionButton.h b/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareMessengerActionButton.h index ad970f5..710a600 100644 --- a/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareMessengerActionButton.h +++ b/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 -- Gitblit v1.8.0