luxlabs header browser preview


@class CDPUICustodianInstructionsViewModel;

@interface CDPUICustodianInstructionsViewController : OBTextWelcomeController {
    CDPUICustodianInstructionsViewModel *_viewModel;
}

- (id)initWithViewModel:(id)a0;
- (void)viewDidLoad;
- (void).cxx_destruct;
- (void)_handleContinueAction:(id)a0;

@end