@class NSArray, NSString, UIView; @interface UICompatibilityPredictiveViewController : UIViewController <UIPredictiveViewController> @property (retain, nonatomic) UIView *customView; @property (readonly, nonatomic) NSArray *displayedCandidates; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (BOOL)hidesExpandableButton; - (BOOL)isVisibleForInputDelegate:(id)a0 inputViews:(id)a1; - (void)viewDidLayoutSubviews; - (double)preferredHeightForTraitCollection:(id)a0; - (BOOL)_canShowWhileLocked; - (void).cxx_destruct; - (BOOL)requiresKeyboard; @end