From 71fb9531f894366660eed5e852719c7cecdd41e7 Mon Sep 17 00:00:00 2001 From: lpw <812862340@qq.com> Date: Sun, 28 Sep 2025 15:06:20 +0800 Subject: [PATCH] 提交版本 4.8.0 --- frameworks/GoogleUtilities.xcframework/ios-arm64_x86_64-simulator/GoogleUtilities.framework/Headers/GULNetworkConstants.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/frameworks/GoogleUtilities.xcframework/ios-arm64_x86_64-simulator/GoogleUtilities.framework/Headers/GULNetworkConstants.h b/frameworks/GoogleUtilities.xcframework/ios-arm64_x86_64-simulator/GoogleUtilities.framework/Headers/GULNetworkConstants.h index 1cbedd1..341b974 100644 --- a/frameworks/GoogleUtilities.xcframework/ios-arm64_x86_64-simulator/GoogleUtilities.framework/Headers/GULNetworkConstants.h +++ b/frameworks/GoogleUtilities.xcframework/ios-arm64_x86_64-simulator/GoogleUtilities.framework/Headers/GULNetworkConstants.h @@ -16,6 +16,8 @@ #import <Foundation/Foundation.h> +NS_ASSUME_NONNULL_BEGIN + /// Error codes in Firebase Network error domain. /// Note: these error codes should never change. It would make it harder to decode the errors if /// we inadvertently altered any of these codes in a future SDK version. @@ -69,3 +71,5 @@ extern const int kGULNetworkHTTPStatusCodeNotFound; extern const int kGULNetworkHTTPStatusCodeCannotAcceptTraffic; extern const int kGULNetworkHTTPStatusCodeUnavailable; + +NS_ASSUME_NONNULL_END -- Gitblit v1.8.0