luxlabs header browser preview


@interface IMNetworkReachability : NSObject {
    BOOL localWiFiRef;
    struct __SCNetworkReachability { } *reachabilityRef;
}

+ (id)reachabilityWithHostName:(id)a0;
+ (id)reachabilityForInternetConnection;
+ (id)reachabilityForLocalWiFi;
+ (id)reachabilityWithAddress:(const struct sockaddr_in { unsigned char x0; unsigned char x1; unsigned short x2; struct in_addr { unsigned int x0; } x3; char x4[8]; } *)a0;

- (void)dealloc;
- (long long)networkStatusForFlags:(unsigned int)a0;
- (long long)currentReachabilityStatus;
- (long long)localWiFiStatusForFlags:(unsigned int)a0;

@end