luxlabs header browser preview


@class NSString, SFPasswordSavingRemoteViewController, SFQueueingServiceViewControllerProxy;
@protocol SFPasswordSavingServiceViewControllerProtocol;

@interface _SFAppPasswordSavingViewController : _SFPasswordViewController {
    SFPasswordSavingRemoteViewController *_remoteViewController;
    SFQueueingServiceViewControllerProxy<SFPasswordSavingServiceViewControllerProtocol> *_serviceProxy;
    NSString *_tokenForShowingPrompt;
}

- (id)init;
- (void)viewDidLoad;
- (void).cxx_destruct;
- (void)viewDidAppear:(BOOL)a0;
- (id)_remoteViewController;
- (void)credentialsSubmittedForWebsiteURL:(id)a0 user:(id)a1 password:(id)a2 passwordIsAutoGenerated:(BOOL)a3 completionHandler:(id /* block */)a4;
- (id)_connectToServiceWithCompletion:(id /* block */)a0;
- (void)_setUpServiceProxyIfNeeded;
- (void)remoteViewController:(id)a0 viewServiceDidTerminateWithError:(id)a1;
- (void)remoteViewControllerWillDismiss:(id)a0;

@end