@interface FMReachability : 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; - (unsigned long long)networkStatusForFlags:(unsigned int)a0; - (BOOL)connectionRequired; - (BOOL)startNotifier; - (unsigned long long)currentReachabilityStatus; - (void)stopNotifier; - (unsigned long long)localWiFiStatusForFlags:(unsigned int)a0; @end