luxlabs header browser preview


@class WBSRemotePlistController;

@interface WBSDomainAllowListManager : NSObject {
    WBSRemotePlistController *_remotePlistController;
}

- (id)init;
- (void)prepareForTermination;
- (void).cxx_destruct;
- (id)initWithBuiltInAllowListURL:(id)a0 downloadsDirectoryURL:(id)a1 resourceName:(id)a2 resourceVersion:(id)a3 updateDateDefaultsKey:(id)a4 updateInterval:(double)a5;
- (void)isDomainAllowed:(id)a0 completionHandler:(id /* block */)a1;

@end