luxlabs header browser preview


@class NSArray;

@interface NETunnelProviderManager : NEVPNManager

@property (readonly) long long routingMethod;
@property (copy) NSArray *safariDomains;
@property (copy) NSArray *mailDomains;
@property (copy) NSArray *calendarDomains;
@property (copy) NSArray *contactsDomains;
@property (copy) NSArray *appRules;
@property (copy) NSArray *excludedDomains;
@property (copy) NSArray *associatedDomains;

+ (id)forPerAppVPN;
+ (void)loadAllFromPreferencesWithCompletionHandler:(id /* block */)a0;

- (id)init;
- (id)descriptionWithIndent:(int)a0 options:(unsigned long long)a1;
- (void).cxx_destruct;
- (void)additionalSetup;
- (id)initWithSessionType:(int)a0 tunnelType:(long long)a1;
- (id)copyAppRules;
- (BOOL)isProtocolTypeValid:(long long)a0;
- (void)loadFromPreferencesWithCompletionHandler:(id /* block */)a0;

@end