luxlabs header browser preview


@class NSString;

@interface SFPasswordPickerRemoteViewController : SFPasswordRemoteViewController <SFPasswordPickerRemoteViewControllerProtocol>

@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

+ (id)exportedInterface;
+ (id)serviceViewControllerInterface;
+ (id)passwordServiceViewControllerName;

- (BOOL)_canShowWhileLocked;
- (void)fillPassword:(id)a0;
- (void)fillUsername:(id)a0;
- (void)fillVerificationCode:(id)a0;
- (void)selectedCredential:(id)a0;

@end