@class AFVoiceInfo, NSString, VTUIStyle, VTUIVoiceSelectionOptionsView, NSLayoutConstraint, UIBarButtonItem, SUICVoiceSelectionPresenter; @protocol VTUIVoiceSelectionViewControllerDelegate, VTUIVoiceSelectionContaining; @interface VTUIVoiceSelectionViewController : UIViewController { SUICVoiceSelectionPresenter *_voiceSelectionPresenter; VTUIVoiceSelectionOptionsView *_voiceOptionsView; NSLayoutConstraint *_voiceOptionsViewHeightConstraint; VTUIStyle *_style; id _voiceSelectionContainer; AFVoiceInfo *_currentVoiceSelection; BOOL _allowsRandomSelection; UIBarButtonItem *_continueBarButton; BOOL shouldReportSelectionOnRandomVoicePlayBackCompletion; } @property (readonly, weak, nonatomic) id delegate; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void)viewWillAppear:(BOOL)a0; - (void)viewWillLayoutSubviews; - (void)_setupButtons; - (void).cxx_destruct; - (id)continueButton; - (void)presenter:(id)a0 didChangeVoiceSelection:(id)a1; - (id)initWithRecognitionLanguage:(id)a0 allowsRandomSelection:(BOOL)a1 barButtonItemForContinue:(id)a2 customVoicePreviewer:(id)a3 delegate:(id)a4; - (void)_chooseForMeButtonClicked; - (void)_continueButtonClicked; - (void)_dismissButtonClicked; - (void)_informDelegateVoiceWasSelected:(id)a0 randomlySelected:(BOOL)a1; - (id)_initWithTitle:(id)a0 detailText:(id)a1 recognitionLanguage:(id)a2 compact:(BOOL)a3 allowsRandomSelection:(BOOL)a4 forSelectionStyle:(long long)a5 barButtonItemForContinue:(id)a6 dataManager:(id)a7 customVoicePreviewer:(id)a8 delegate:(id)a9; - (void)_setupContentForRecognitionLanguage:(id)a0 dataManager:(id)a1 customVoicePreviewer:(id)a2; - (void)_setupWithTitle:(id)a0 detailText:(id)a1 allowsRandomSelection:(BOOL)a2 compact:(BOOL)a3 forSelectionStyle:(long long)a4; - (id)chooseForMeButton; - (id)initCompactWithRecognitionLanguage:(id)a0 allowsRandomSelection:(BOOL)a1 customVoicePreviewer:(id)a2 delegate:(id)a3; - (id)initCompactWithRecognitionLanguage:(id)a0 allowsRandomSelection:(BOOL)a1 dataManager:(id)a2 customVoicePreviewer:(id)a3 delegate:(id)a4; - (id)initCompactWithRecognitionLanguage:(id)a0 allowsRandomSelection:(BOOL)a1 dataManager:(id)a2 customVoicePreviewer:(id)a3 forSelectionStyle:(long long)a4 delegate:(id)a5; - (id)initWithRecognitionLanguage:(id)a0 allowsRandomSelection:(BOOL)a1 barButtonItemForContinue:(id)a2 dataManager:(id)a3 customVoicePreviewer:(id)a4 delegate:(id)a5; - (void)setShouldHideCompactBackgroundCardView:(BOOL)a0; - (void)updateContainerConstraintsForOrientationChangeToSize:(struct CGSize { double x0; double x1; })a0; @end