From 50bcb6a209d98a699304c2ceb1132fa0843d06c1 Mon Sep 17 00:00:00 2001
From: lpw <812862340@qq.com>
Date: Thu, 30 Oct 2025 19:31:54 +0800
Subject: [PATCH] 提交版本 4.8.1
---
frameworks/GoogleUtilities.xcframework/tvos-arm64_x86_64-simulator/GoogleUtilities.framework/Headers/GULNetworkLoggerProtocol.h | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/frameworks/GoogleUtilities.xcframework/tvos-arm64_x86_64-simulator/GoogleUtilities.framework/Headers/GULNetworkLoggerProtocol.h b/frameworks/GoogleUtilities.xcframework/tvos-arm64_x86_64-simulator/GoogleUtilities.framework/Headers/GULNetworkLoggerProtocol.h
index 425c073..b9e93ec 100644
--- a/frameworks/GoogleUtilities.xcframework/tvos-arm64_x86_64-simulator/GoogleUtilities.framework/Headers/GULNetworkLoggerProtocol.h
+++ b/frameworks/GoogleUtilities.xcframework/tvos-arm64_x86_64-simulator/GoogleUtilities.framework/Headers/GULNetworkLoggerProtocol.h
@@ -18,6 +18,8 @@
#import "GULNetworkMessageCode.h"
+NS_ASSUME_NONNULL_BEGIN
+
/// The log levels used by GULNetworkLogger.
typedef NS_ENUM(NSInteger, GULNetworkLogLevel) {
kGULNetworkLogLevelError = 3,
@@ -47,3 +49,5 @@
message:(NSString *)message;
@end
+
+NS_ASSUME_NONNULL_END
--
Gitblit v1.8.0