From 3f21f1e4d3d5e22d57ec392c41098841e8b0784d Mon Sep 17 00:00:00 2001 From: lpw <812862340@qq.com> Date: Thu, 11 Sep 2025 09:19:30 +0800 Subject: [PATCH] 提交版本 4.7.0 --- WAFbImpl/FBSDKCoreKit.xcframework/ios-arm64/FBSDKCoreKit.framework/Headers/FBSDKPaymentProductRequestorCreating.h | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/WAFbImpl/FBSDKCoreKit.xcframework/ios-arm64/FBSDKCoreKit.framework/Headers/FBSDKPaymentProductRequestorCreating.h b/WAFbImpl/FBSDKCoreKit.xcframework/ios-arm64/FBSDKCoreKit.framework/Headers/FBSDKPaymentProductRequestorCreating.h index bcf6985..bb81dd6 100644 --- a/WAFbImpl/FBSDKCoreKit.xcframework/ios-arm64/FBSDKCoreKit.framework/Headers/FBSDKPaymentProductRequestorCreating.h +++ b/WAFbImpl/FBSDKCoreKit.xcframework/ios-arm64/FBSDKCoreKit.framework/Headers/FBSDKPaymentProductRequestorCreating.h @@ -8,6 +8,9 @@ #import <Foundation/Foundation.h> +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wdeprecated-declarations" + @class FBSDKPaymentProductRequestor; @class SKPaymentTransaction; @@ -30,3 +33,5 @@ @end NS_ASSUME_NONNULL_END + +#pragma clang diagnostic pop -- Gitblit v1.8.0