lpw
2025-07-01 ad1dcdc0e165b639a2a8916c624ea03d7feac27d
frameworks/GoogleUtilities.xcframework/ios-arm64/GoogleUtilities.framework/Headers/GULReachabilityChecker.h
@@ -19,6 +19,8 @@
#import <SystemConfiguration/SystemConfiguration.h>
#endif
NS_ASSUME_NONNULL_BEGIN
/// Reachability Status
typedef enum {
  kGULReachabilityUnknown,  ///< Have not yet checked or been notified whether host is reachable.
@@ -77,3 +79,5 @@
- (void)stop;
@end
NS_ASSUME_NONNULL_END