luxlabs header browser preview


@class HMFNetAddress, NSObject;
@protocol OS_dispatch_queue;

@interface __HMFNetAddressMonitor : HMFNetMonitor {
    NSObject<OS_dispatch_queue> *_queue;
    HMFNetAddress *_netAddress;
}

@property (readonly, nonatomic) struct __SCNetworkReachability { } *networkReachabilityRef;
@property (nonatomic) unsigned int currentNetworkFlags;

- (id)initWithNetService:(id)a0;
- (id)netAddress;
- (unsigned long long)reachabilityPath;
- (id)initWithNetAddress:(id)a0;
- (id)init;
- (void)dealloc;
- (void)handleNetworkReachabilityChange:(unsigned int)a0;
- (id)shortDescription;
- (id)logIdentifier;
- (void).cxx_destruct;
- (id)attributeDescriptions;

@end