luxlabs header browser preview


@class NSString, NSSet, NSURL;

@interface NWNetworkDescription : NSObject

@property long long state;
@property (readonly, nonatomic) NSString *privateDescription;
@property (copy) NSSet *interfaceTypeOptions;
@property (copy) NSSet *ssidOptions;
@property (copy) NSSet *dnsSearchDomainOptions;
@property (copy) NSSet *dnsServerAddressOptions;
@property long long roamingPreference;
@property (copy) NSURL *probeURL;

+ (long long)getNewStateFromPathMatch:(BOOL)a0 oldState:(long long)a1 probeExists:(BOOL)a2;

- (unsigned long long)hash;
- (BOOL)matchesPath:(id)a0;
- (void)updateStateWithPath:(id)a0;
- (id)description;
- (id)descriptionWithIndent:(int)a0 showFullContent:(BOOL)a1;
- (void).cxx_destruct;
- (BOOL)isEqual:(id)a0;
- (id)copyWithZone:(struct _NSZone { } *)a0;

@end