From e1c823bb42a030dbc351c2a9f542fa3afddf2dd0 Mon Sep 17 00:00:00 2001 From: lpw <812862340@qq.com> Date: Thu, 11 Sep 2025 09:03:41 +0800 Subject: [PATCH] 提交版本 4.7.0 --- frameworks/FBSDKCoreKit.xcframework/ios-arm64/FBSDKCoreKit.framework/Headers/FBSDKGraphRequestMetadata.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/frameworks/FBSDKCoreKit.xcframework/ios-arm64/FBSDKCoreKit.framework/Headers/FBSDKGraphRequestMetadata.h b/frameworks/FBSDKCoreKit.xcframework/ios-arm64/FBSDKCoreKit.framework/Headers/FBSDKGraphRequestMetadata.h index 8792b8a..d8af2f8 100644 --- a/frameworks/FBSDKCoreKit.xcframework/ios-arm64/FBSDKCoreKit.framework/Headers/FBSDKGraphRequestMetadata.h +++ b/frameworks/FBSDKCoreKit.xcframework/ios-arm64/FBSDKCoreKit.framework/Headers/FBSDKGraphRequestMetadata.h @@ -40,7 +40,7 @@ NS_DESIGNATED_INITIALIZER; - (void)invokeCompletionHandlerForConnection:(id<FBSDKGraphRequestConnecting>)connection - withResults:(id)results + withResults:(nullable id)results error:(nullable NSError *)error; @end -- Gitblit v1.8.0