luxlabs header browser preview


@class NSMutableSet;

@interface WBSPrivateRelayFailClosedExceptionManager : NSObject {
    NSMutableSet *_privateRelayFailClosedExceptions;
    NSMutableSet *_clearedExceptionsForBrowsingSession;
}

@property (class, readonly, nonatomic) WBSPrivateRelayFailClosedExceptionManager *sharedManager;

- (id)init;
- (void).cxx_destruct;
- (void)clearPrivateRelayFailClosedExceptionIfNecessaryForURL:(id)a0;
- (void)rememberPrivateRelayFailClosedExceptionForURL:(id)a0;
- (BOOL)shouldPrivateRelayFailClosedExceptionApplyForURL:(id)a0;
- (BOOL)wasExceptionClearedForCurrentBrowsingSession:(id)a0;

@end