@class INUIVoiceShortcutHostViewController, NSString, _UIRemoteViewController, UIViewController; @protocol INUIEditVoiceShortcutViewControllerDelegate; @interface INUIEditVoiceShortcutViewController : UIViewController @property (retain, nonatomic, getter=_remoteHostViewController, setter=_setRemoteHostViewController:) INUIVoiceShortcutHostViewController *remoteHostViewController; @property (retain, nonatomic) UIViewController *currentChildViewController; @property (weak, nonatomic) id delegate; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; @property (readonly, nonatomic) _UIRemoteViewController *_containedRemoteViewController; + (void)initialize; - (void)loadView; - (void).cxx_destruct; - (void)setChildViewController:(id)a0; - (void)remoteViewControllerDidCancel; - (id)initWithVoiceShortcut:(id)a0; - (void)remoteViewControllerDidDeleteVoiceShortcutWithIdentifier:(id)a0; - (void)remoteViewControllerDidUpdateVoiceShortcut:(id)a0 error:(id)a1; @end