luxlabs header browser preview


@class NSString, SFQueueingServiceViewControllerProxy, SFExternalPasswordCredentialRemoteViewController;
@protocol _SFExternalPasswordCredentialViewControllerDelegate, SFExternalPasswordCredentialServiceViewControllerProtocol;

@interface _SFExternalPasswordCredentialViewController : _SFPasswordViewController <SFExternalPasswordCredentialRemoteViewControllerDelegate> {
    SFExternalPasswordCredentialRemoteViewController *_remoteViewController;
    SFQueueingServiceViewControllerProxy<SFExternalPasswordCredentialServiceViewControllerProtocol> *_serviceProxy;
}

@property (weak, nonatomic) id<_SFExternalPasswordCredentialViewControllerDelegate> delegate;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (id)init;
- (void)dealloc;
- (void)viewDidLoad;
- (BOOL)_canShowWhileLocked;
- (void).cxx_destruct;
- (void)_sceneDidEnterBackground:(id)a0;
- (void)autoFillWithExternalCredential:(id)a0;
- (id)_remoteViewController;
- (void)autoFillWithExternalCredential:(id)a0 pageID:(id)a1 frameID:(id)a2;
- (void)_autoFillWithExternalCredential:(id)a0 pageID:(id)a1 frameID:(id)a2;
- (id)_connectToServiceWithCompletion:(id /* block */)a0;
- (void)_setUpServiceProxyIfNeeded;
- (void)getCredentialForExternalCredential:(id)a0 completion:(id /* block */)a1;
- (void)presentExternalPasswordCredentialRemoteViewController:(id)a0;

@end