luxlabs header browser preview


@class NSURLSession, NSOperationQueue, WBSPasswordBreachContext;

@interface WBSPasswordBreachRequestManager : NSObject {
    WBSPasswordBreachContext *_context;
    NSURLSession *_session;
    NSOperationQueue *_fetchOperationQueue;
}

- (void)fetchHighFrequencyBucketWithCompletionHandler:(id /* block */)a0;
- (id)initWithContext:(id)a0;
- (void)fetchLowFrequencyBucketsForBucketIdentifiersAndClientBlindedHashes:(id)a0 completionHandler:(id /* block */)a1;
- (void)_buildRequestWithURL:(id)a0 headers:(id)a1 completionHandler:(id /* block */)a2;
- (void).cxx_destruct;
- (void)_fetchBucketAtURL:(id)a0 withClientBlindedHash:(id)a1 completionHandler:(id /* block */)a2;

@end