@protocol WFWidgetConfigurationRemoteViewControllerDelegate; @interface WFWidgetConfigurationRemoteViewController : _UIRemoteViewController @property (weak, nonatomic) id 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