luxlabs header browser preview


@class UIAlertController, WebUIAlert, NSMutableArray;

@interface WBUSheetController : NSObject {
    UIAlertController *_alertController;
    WebUIAlert *_alert;
    NSMutableArray *_alertInvocationQueue;
    id _delegate;
}

+ (id)alertControllerForAlert:(id)a0 automaticallyDismiss:(BOOL)a1 withCompletionHandler:(id /* block */)a2;

- (void).cxx_destruct;
- (id)initWithDelegate:(id)a0;
- (void)setDelegate:(id)a0;
- (void)_alertDidDismissWithAction:(int)a0;
- (void)hideSheet;
- (void)showSheetForAlert:(id)a0;
- (void)showSheetForAlert:(id)a0 inView:(id)a1;

@end