From 1178266bed9f244671ebcb4e9624a01ce0d58097 Mon Sep 17 00:00:00 2001 From: lpw Date: Tue, 18 Mar 2025 09:04:04 +0800 Subject: [PATCH] 提交 4.4.0 --- frameworks/GoogleUtilities.xcframework/ios-arm64/GoogleUtilities.framework/Headers/GULNetworkInfo.h | 14 -------------- 1 files changed, 0 insertions(+), 14 deletions(-) diff --git a/frameworks/GoogleUtilities.xcframework/ios-arm64/GoogleUtilities.framework/Headers/GULNetworkInfo.h b/frameworks/GoogleUtilities.xcframework/ios-arm64/GoogleUtilities.framework/Headers/GULNetworkInfo.h index d3025cd..0613941 100644 --- a/frameworks/GoogleUtilities.xcframework/ios-arm64/GoogleUtilities.framework/Headers/GULNetworkInfo.h +++ b/frameworks/GoogleUtilities.xcframework/ios-arm64/GoogleUtilities.framework/Headers/GULNetworkInfo.h @@ -27,20 +27,6 @@ /// Collection of utilities to read network status information @interface GULNetworkInfo : NSObject -/// Returns the cellular mobile country code (mcc) if CoreTelephony is supported, otherwise nil -+ (NSString *_Nullable)getNetworkMobileCountryCode; - -/// Returns the cellular mobile network code (mnc) if CoreTelephony is supported, otherwise nil -+ (NSString *_Nullable)getNetworkMobileNetworkCode; - -/** - * Returns the formatted MccMnc if the inputs are valid, otherwise nil - * @param mcc The Mobile Country Code returned from `getNetworkMobileCountryCode` - * @param mnc The Mobile Network Code returned from `getNetworkMobileNetworkCode` - * @returns A string with the concatenated mccMnc if both inputs are valid, otherwise nil - */ -+ (NSString *_Nullable)formatMcc:(NSString *_Nullable)mcc andMNC:(NSString *_Nullable)mnc; - /// Returns an enum indicating the network type. The enum values should be easily transferrable to /// the NetworkType value in android/play/playlog/proto/clientanalytics.proto. Right now this always /// returns None on platforms other than iOS. This should be updated in the future to return Wi-Fi -- Gitblit v1.8.0