@class CLKImageProvider, NSString, UIColor, UIImageView, UIFontDescriptor, CLKDevice; @protocol CLKMonochromeFilterProvider; @interface NTKStaticSiriAnimationView : UIView { CLKDevice *_device; UIImageView *_imageView; struct CGSize { double width; double height; } _complicationSize; } @property (copy, nonatomic) UIFontDescriptor *fontDescriptor; @property (nonatomic) double fontSizeFactor; @property (weak, nonatomic) id filterProvider; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; @property (retain, nonatomic) CLKImageProvider *imageProvider; @property (retain, nonatomic) UIColor *color; @property (nonatomic) BOOL usesLegibility; @property (retain, nonatomic) UIColor *overrideColor; @property (readonly, nonatomic) UIColor *contentColor; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void).cxx_destruct; - (void)layoutSubviews; - (struct CGSize { double x0; double x1; })sizeThatFits:(struct CGSize { double x0; double x1; })a0; - (void)configureWithImageProvider:(id)a0 reason:(long long)a1; - (id)initFullColorImageViewWithDevice:(id)a0; - (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0 forDevice:(id)a1; - (void)pauseLiveFullColorImageView; - (void)resumeLiveFullColorImageView; - (void)transitionToMonochromeWithFraction:(double)a0; - (void)updateMonochromeColor; @end