luxlabs header browser preview


@protocol WFWidgetConfigurationRemoteViewControllerDelegate;

@interface WFWidgetConfigurationRemoteViewController : _UIRemoteViewController <WFWidgetConfigurationServiceHostProtocol>

@property (weak, nonatomic) id<WFWidgetConfigurationRemoteViewControllerDelegate> delegate;

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

- (void).cxx_destruct;
- (void)intentWasConfigured:(id)a0;
- (void)preferredCardSizeDidUpdate:(struct CGSize { double x0; double x1; })a0;
- (void)requestViewControllerDismissal;
- (void)setConfigurationCardViewFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0;
- (void)startConfigurationWithRequest:(id)a0 completion:(id /* block */)a1;

@end