From 49b8839fda3439edc31581527e84036e58f55f0f Mon Sep 17 00:00:00 2001 From: lpw <pengwei.li@gamehollywood.com> Date: Tue, 26 Jan 2021 09:43:00 +0800 Subject: [PATCH] 3.9.2 --- frameworks/FBSDKShareKit.framework/Headers/FBSDKSendButton.h | 13 +++++++++---- 1 files changed, 9 insertions(+), 4 deletions(-) diff --git a/frameworks/FBSDKShareKit.framework/Headers/FBSDKSendButton.h b/frameworks/FBSDKShareKit.framework/Headers/FBSDKSendButton.h index 08bd5e0..e3f038d 100644 --- a/frameworks/FBSDKShareKit.framework/Headers/FBSDKSendButton.h +++ b/frameworks/FBSDKShareKit.framework/Headers/FBSDKSendButton.h @@ -16,12 +16,16 @@ // IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +#import "TargetConditionals.h" + +#if !TARGET_OS_TV + #import <UIKit/UIKit.h> -#import <FBSDKCoreKit/FBSDKButton.h> +#import "FBSDKCoreKitImport.h" -#import <FBSDKShareKit/FBSDKShareConstants.h> -#import <FBSDKShareKit/FBSDKSharingButton.h> +#import "FBSDKShareConstants.h" +#import "FBSDKSharingButton.h" NS_ASSUME_NONNULL_BEGIN @@ -31,10 +35,11 @@ Tapping the receiver will invoke the FBSDKShareDialog with the attached shareContent. If the dialog cannot be shown, the button will be disable. */ -DEPRECATED_FOR_MESSENGER NS_SWIFT_NAME(FBSendButton) @interface FBSDKSendButton : FBSDKButton <FBSDKSharingButton> @end NS_ASSUME_NONNULL_END + +#endif -- Gitblit v1.8.0