luxlabs header browser preview


@class NSString;
@protocol SFPasswordRemoteViewControllerDelegate;

@interface SFPasswordRemoteViewController : _UIRemoteViewController <SFPasswordRemoteViewControllerProtocol>

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

+ (id)exportedInterface;
+ (BOOL)shouldPropagateAppearanceCustomizations;
+ (id)requestViewControllerWithConnectionHandler:(id /* block */)a0;
+ (id)passwordServiceViewControllerName;

- (void)viewServiceDidTerminateWithError:(id)a0;
- (void).cxx_destruct;
- (void)willDismissServiceViewController;

@end