luxlabs header browser preview


@class NSMutableSet, NSObject;
@protocol OS_dispatch_queue;

@interface ASCAuthorizationTrafficController : NSObject {
    NSMutableSet *_appsWithActiveRequests;
    NSObject<OS_dispatch_queue> *_clearanceQueue;
    NSObject<OS_dispatch_queue> *_trafficQueue;
}

+ (id)sharedInstance;
+ (BOOL)_appWithAppIdentifierIsWebBrowser:(id)a0;

- (id)init;
- (void).cxx_destruct;
- (void)beginAuthorizationForApplicationIdentifier:(id)a0 withClearanceHandler:(id /* block */)a1;
- (void)cancelAuthorizationForAppIdentifierIfNecessary:(id)a0;
- (void)endAuthorizationForAppIdentifier:(id)a0 clearanceHandler:(id /* block */)a1;

@end