@protocol ENUIRemoteViewControllerProtocol, ENUIHostViewControllerDelegate; @interface ENUIHostViewController : _UIRemoteViewController @property (readonly, nonatomic) id _remoteViewControllerProxy; @property (weak, nonatomic) id delegate; + (id)exportedInterface; + (id)serviceViewControllerInterface; + (id)requestRemoteViewControllerWithConnectionHandler:(id /* block */)a0; - (void)show; - (void)viewDidLoad; - (void)didFinishWithError:(id)a0; - (void)viewServiceDidTerminateWithError:(id)a0; - (void).cxx_destruct; - (void)setPresentationRequest:(id)a0; @end