@protocol HUCCRemoteDashboardDelegate; @interface HUCCRemoteDashboardViewController : _UIRemoteViewController @property (weak, nonatomic) id delegate; + (id)exportedInterface; + (id)serviceViewControllerInterface; + (id)requestViewControllerWithConnectionHandler:(id /* block */)a0; - (BOOL)_canShowWhileLocked; - (void)viewServiceDidTerminateWithError:(id)a0; - (void).cxx_destruct; - (void)requestDismissal; - (void)authorizeIfLocked; - (void)quickControlsPresentationDidUpdate:(BOOL)a0; @end