@class CACCorrectionsCandidateState, TIKeyboardCandidateSingle, NSArray, NSString, UILabel, UIView, TUICandidateView; @protocol CACCCorrectionsCandidatesViewControllerDelegate; @interface CACCorrectionsCandidatesViewController : UIViewController <TUICandidateViewDelegate> @property (retain, nonatomic) UILabel *titleLabel; @property (retain, nonatomic) TUICandidateView *candidateView; @property (retain, nonatomic) TUICandidateView *secondaryCandidateView; @property (retain, nonatomic) UIView *candidateBackdropView; @property (retain, nonatomic) CACCorrectionsCandidateState *candidateConfiguration; @property (retain, nonatomic) TIKeyboardCandidateSingle *originalTextCandidate; @property (retain, nonatomic) NSArray *allCandidates; @property (weak, nonatomic) id<CACCCorrectionsCandidatesViewControllerDelegate> delegate; @property (copy, nonatomic) NSString *text; @property (copy, nonatomic) NSArray *alternatives; @property (copy, nonatomic) NSArray *emojis; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void)dealloc; - (void)traitCollectionDidChange:(id)a0; - (void)viewDidLayoutSubviews; - (void)viewDidLoad; - (void)candidateViewSelectionDidChange:(id)a0 inGridType:(long long)a1; - (BOOL)_canShowWhileLocked; - (void)observeValueForKeyPath:(id)a0 ofObject:(id)a1 change:(id)a2 context:(void *)a3; - (void)candidateViewDidTapArrowButton:(id)a0; - (void).cxx_destruct; - (void)candidateView:(id)a0 didAcceptCandidate:(id)a1 atIndexPath:(id)a2 inGridType:(long long)a3; - (void)updateConfigurations; - (void)candidateViewNeedsToExpand:(id)a0; - (id)candidateResultSet; - (void)candidateViewWillBeginDragging:(id)a0; - (struct CGSize { double x0; double x1; })preferredContentSize; - (void)closeButtonTapped; - (id)newCandidateKeyWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0; - (void)setupConfigurations; - (void)updateCandidateSet; @end