luxlabs header browser preview


@class NSCalendar, NSDate;

@interface MTUIDigitalClockLabel : MTUIDateLabel {
    NSCalendar *_calendar;
    NSDate *_baseDate;
    long long _hour;
    long long _minute;
}

- (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0;
- (void)resetFontSizes;
- (void)forceSetHour:(long long)a0 minute:(long long)a1;
- (void)refreshUI;
- (void).cxx_destruct;
- (BOOL)setHour:(long long)a0 minute:(long long)a1;
- (void)setTimeLabelText:(id)a0;
- (void)significantTimeChange:(id)a0;

@end