@class UIColor, UIFont, NSString, UIImage; @interface CACCorrectionsCandidateViewStyle : NSObject <TUICandidateViewStyle> @property (retain, nonatomic) UIFont *candidateFont; @property (retain, nonatomic) UIFont *supplementalLexiconCandidateFont; @property (retain, nonatomic) UIFont *annotationTextFont; @property (retain, nonatomic) UIFont *alternativeTextFont; @property (retain, nonatomic) UIFont *candidateNumberFont; @property (retain, nonatomic) UIFont *sortControlFont; @property (retain, nonatomic) UIColor *textColor; @property (retain, nonatomic) UIColor *highlightedTextColor; @property (retain, nonatomic) UIColor *alternativeTextColor; @property (retain, nonatomic) UIColor *highlightedAlternativeTextColor; @property (retain, nonatomic) UIColor *candidateNumberColor; @property (retain, nonatomic) UIColor *highlightedCandidateNumberColor; @property (retain, nonatomic) UIColor *backgroundColor; @property (retain, nonatomic) UIColor *cellBackgroundColor; @property (retain, nonatomic) UIColor *arrowButtonBackgroundColor; @property (nonatomic) BOOL arrowButtonBackgroundHidden; @property (retain, nonatomic) UIColor *gridBackgroundColor; @property (retain, nonatomic) UIColor *highlightedBackgroundColor; @property (retain, nonatomic) UIColor *highlightedRowBackgroundColor; @property (retain, nonatomic) UIColor *transliterationCandidateBackgroundColor; @property (retain, nonatomic) UIColor *groupHeaderBackgroundColor; @property (retain, nonatomic) UIColor *lineColor; @property (retain, nonatomic) UIColor *sortControlColor; @property (retain, nonatomic) UIColor *sortControlBackgroundColor; @property (copy, nonatomic) NSString *arrowButtonImageName; @property (retain, nonatomic) UIImage *cellSeparatorImage; @property (retain, nonatomic) UIImage *slottedCellSeparatorImage; @property (retain, nonatomic) UIImage *leftEdgeSeparatorImage; @property (retain, nonatomic) UIImage *rightEdgeSeparatorImage; @property (retain, nonatomic) UIImage *arrowButtonSeparatorImage; @property (retain, nonatomic) UIImage *leftEdgeMaskImage; @property (retain, nonatomic) UIImage *rightEdgeMaskImage; @property (retain, nonatomic) UIImage *cellBackgroundImage; @property (retain, nonatomic) UIImage *highlightedCellBackgroundImage; @property (retain, nonatomic) UIImage *transliterationCandidateBackgroundImage; @property (nonatomic) double rowHeight; @property (nonatomic) double arrowButtonHeight; @property (nonatomic) double cornerRadius; @property (nonatomic) unsigned long long maskedCorners; @property (nonatomic) unsigned long long gridMaskedCorners; @property (nonatomic) double foregroundOpacity; @property (nonatomic) double backgroundOpacity; @property (nonatomic) BOOL doNotClipToBounds; @property (nonatomic) long long layoutOrientation; @property (nonatomic) unsigned long long columnsCount; @property (nonatomic) unsigned long long maxNumberOfProactiveCells; @property (nonatomic) double minimumCellPadding; @property (nonatomic) double minimumCellWidth; @property (nonatomic) double maximumIconWidth; @property (nonatomic) double singleSlottedCellMargin; @property (nonatomic) struct UIEdgeInsets { double top; double left; double bottom; double right; } extraCellPadding; @property (nonatomic) struct UIEdgeInsets { double top; double left; double bottom; double right; } arrowButtonPadding; @property (nonatomic) struct UIEdgeInsets { double top; double left; double bottom; double right; } gridPadding; @property (nonatomic) struct UIEdgeInsets { double top; double left; double bottom; double right; } gridLinePadding; @property (nonatomic) struct CGPoint { double x; double y; } gridLineOffset; @property (nonatomic) struct UIEdgeInsets { double top; double left; double bottom; double right; } sortControlPadding; @property (nonatomic) long long cellTextAlignment; @property (nonatomic) long long alternativeTextAlignment; @property (nonatomic) BOOL darkBackdrop; @property (nonatomic) BOOL scrollDisabled; @property (nonatomic) BOOL allowCandidateGridExpanding; @property (nonatomic) BOOL showsIndex; @property (nonatomic) BOOL showExtraLineBeforeFirstRow; @property (nonatomic) BOOL fillGridWithLines; @property (nonatomic) BOOL dontSelectLastItemByBackwardMoving; @property (nonatomic) BOOL showOneMoreCandidate; @property (nonatomic) BOOL disableSwitchingSortingMethodByTabKey; @property (nonatomic) BOOL skipInlineCandidate; @property (nonatomic) BOOL hidesPartialCandidates; @property (nonatomic) long long minimumNumberOfCandidates; @property (readonly, nonatomic) double cellCornerRadius; @property (readonly, nonatomic) BOOL shouldJustifyRow; @property (readonly, nonatomic) double minimumInterItemSpacing; @property (nonatomic) long long lineBreakMode; @property (readonly, nonatomic) BOOL dragGestureDisabled; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)darkKeyboardStyleForDisambiguation; + (id)lightKeyboardStyleForDisambiguation; + (id)cacDarkStyle; + (id)cacLightStyle; + (id)defaultDarkKeyboardStyle; + (id)defaultLightKeyboardStyle; + (id)lightTVStyle; + (id)onePixelImageWithColor:(id)a0; - (void).cxx_destruct; @end