lpw
2025-03-18 1178266bed9f244671ebcb4e9624a01ce0d58097
frameworks/GoogleUtilities.xcframework/tvos-arm64_x86_64-simulator/GoogleUtilities.framework/Headers/GULNetworkMessageCode.h
@@ -16,6 +16,8 @@
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
// Make sure these codes do not overlap with any contained in the FIRAMessageCode enum.
typedef NS_ENUM(NSInteger, GULNetworkMessageCode) {
  // GULNetwork.m
@@ -45,3 +47,5 @@
  kGULNetworkMessageCodeURLSession018 = 901018,  // I-NET901018
  kGULNetworkMessageCodeURLSession019 = 901019,  // I-NET901019
};
NS_ASSUME_NONNULL_END