@class CLKFont, UIView, CLKComplicationTemplate, CLKDevice, NSDate, UIImageView, NTKFaceColorScheme, NSString, UIColor; @protocol CLKMonochromeFilterProvider, CDComplicationDisplayObserver; @interface NTKUtilityComplicationView : UIView <CDTemplateComplicationDisplay, CDComplicationDisplay, NTKUtilityComplicationView> { BOOL _highlighted; UIColor *_computedForegroundColor; UIColor *_computedPlatterColor; double _computedForegroundAlpha; double _computedForegroundImageAlpha; } @property (retain, nonatomic) UIImageView *backgroundPlatter; @property (nonatomic) double minimumWidth; @property (retain, nonatomic) UIView *highlightView; @property (nonatomic) struct UIEdgeInsets { double top; double left; double bottom; double right; } touchEdgeInsets; @property (retain, nonatomic) NTKFaceColorScheme *colorScheme; @property (retain, nonatomic) UIColor *overrideColor; @property (retain, nonatomic) CLKFont *font; @property (readonly, nonatomic) struct CGSize { double width; double height; } maxSize; @property (readonly, nonatomic) BOOL editing; @property (readonly, nonatomic) CLKComplicationTemplate *complicationTemplate; @property (retain, nonatomic) CLKDevice *device; @property (retain, nonatomic) UIColor *foregroundColor; @property (retain, nonatomic) UIColor *shadowColor; @property (retain, nonatomic) UIColor *accentColor; @property (retain, nonatomic) UIColor *platterColor; @property (nonatomic) BOOL usesLegibility; @property (nonatomic) double foregroundAlpha; @property (nonatomic) double foregroundImageAlpha; @property (nonatomic) unsigned long long placement; @property (nonatomic) BOOL shouldUseBackgroundPlatter; @property (nonatomic) BOOL alwaysEnforcePlatterInset; @property (readonly) NSDate *timeTravelDate; @property (nonatomic) BOOL useRoundedFontDesign; @property (nonatomic) double fontWeight; @property (nonatomic) BOOL useBlockyHighlightCorners; @property (nonatomic) BOOL shouldScaleAndFadeWhenHighlighting; @property (nonatomic) double editingRotationAngle; @property (nonatomic) BOOL suppressesInternalColorOverrides; @property (weak, nonatomic) id<CDComplicationDisplayObserver> displayObserver; @property (nonatomic) BOOL canUseCurvedText; @property (nonatomic, getter=isHighlighted) BOOL highlighted; @property (nonatomic) BOOL shouldUseTemplateColors; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; @property (nonatomic) double fontSize; @property (nonatomic) BOOL useAlternativePunctuation; @property (weak, nonatomic) id<CLKMonochromeFilterProvider> filterProvider; + (id)_alarmImageProviderActive:(BOOL)a0; + (id)_preferredAdditionalFontSettings; + (id)_stopwatchImageProvider; + (id)_timerImageProvider; + (BOOL)handlesComplicationTemplate:(id)a0; + (id)largeComplicationViewForType:(unsigned long long)a0 narrow:(BOOL)a1; + (long long)layoutOverride; + (id)smallComplicationViewForType:(unsigned long long)a0; - (void)setMaxSize:(struct CGSize { double x0; double x1; })a0; - (void)traitCollectionDidChange:(id)a0; - (BOOL)pointInside:(struct CGPoint { double x0; double x1; })a0 withEvent:(id)a1; - (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0; - (void).cxx_destruct; - (void)setEditing:(BOOL)a0; - (void)layoutSubviews; - (struct CGSize { double x0; double x1; })sizeThatFits:(struct CGSize { double x0; double x1; })a0; - (void)setComplicationTemplate:(id)a0 reason:(long long)a1; - (void)_applyColorScheme:(id)a0; - (void)_applyForegroundAlpha; - (id)_backgroundPlatterImage; - (void)_computeForegroundAlpha; - (void)_computeForegroundColor; - (void)_computeForegroundImageAlpha; - (void)_computePlatterColor; - (id)_computedForegroundColor; - (id)_computedPlatterColor; - (void)_enumerateColoringStackedImagesViewsWithBlock:(id /* block */)a0; - (void)_enumerateColoringViewsWithBlock:(id /* block */)a0; - (double)_imageViewOriginYWithBaseImageSize:(struct CGSize { double x0; double x1; })a0 labelFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a1; - (id)_newCurvedHighlightView; - (id)_newDigitalTimeLabelSubviewWithOptions:(unsigned long long)a0; - (id)_newHighlightView; - (id)_newHighlightViewVariant:(BOOL)a0; - (id)_newImageViewSubview; - (id)_newImageViewSubviewWithAlpha:(double)a0; - (id)_newLabelSubviewWithFont:(id)a0 variant:(BOOL)a1; - (id)_newStandardCurvedLabelSubview; - (id)_newStandardLabelSubview; - (id)_newStandardLabelSubviewVariant:(BOOL)a0; - (id)_smallCapsFont; - (id)_standardFont; - (void)_updateContentForEditingChange; - (void)_updateContentForMaxSizeChange; - (void)_updateForTemplateChange; - (void)_updateForegroundAlpha; - (void)_updateForegroundColor; - (void)_updateForegroundImageAlpha; - (void)_updateImageViewAlpha:(id)a0; - (void)_updateImageViewColor:(id)a0; - (void)_updateLabelsForFontChange; - (void)_updatePlatterColor; - (double)_widthThatFits; - (void)applyFaceColorPalette:(id)a0 units:(unsigned long long)a1; - (void)applyTransitionFraction:(double)a0 fromFaceColorPalette:(id)a1 toFaceColorPalette:(id)a2 units:(unsigned long long)a3 brightenedUnits:(unsigned long long)a4; - (BOOL)isPlacementForTopBezelComplication; - (void)layoutLabelVertically:(id)a0; - (void)setTimeTravelDate:(id)a0 animated:(BOOL)a1; - (BOOL)shouldUsePlatterInset; @end