@class NTKDigitalTimeLabel; @interface NTKDigitalTimeRichComplicationBezelView : NTKRichComplicationBezelBaseTextView { NTKDigitalTimeLabel *_timeLabel; } - (id)init; - (void)dealloc; - (void).cxx_destruct; - (void)updateDate; - (id)_createLabelViewWithFont:(id)a0; - (void)_handleTemplate:(id)a0 reason:(long long)a1; - (void)setTimeTravelDate:(id)a0 animated:(BOOL)a1; - (void)timeOffsetChanged; - (void)transitionToMonochromeWithFraction:(double)a0; - (void)updateMonochromeColor; @end