luxlabs header browser preview


@class CLKUIColoringLabel, UIView;
@protocol CDComplicationImageView;

@interface NTKUtilityImageAndLabelsComplicationView : NTKUtilityComplicationView

@property (retain, nonatomic) UIView<CDComplicationImageView> *imageView;
@property (retain, nonatomic) CLKUIColoringLabel *firstLabel;
@property (retain, nonatomic) CLKUIColoringLabel *secondLabel;

- (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0;
- (void).cxx_destruct;
- (void)layoutSubviews;
- (BOOL)_isViewVisible:(id)a0;
- (void)_enumerateColoringStackedImagesViewsWithBlock:(id /* block */)a0;
- (void)_enumerateColoringViewsWithBlock:(id /* block */)a0;
- (double)_gapBetweenView:(id)a0 nextView:(id)a1;
- (void)_layoutSubviewsHorizontally:(id)a0;
- (void)_setLabelAttributedText:(id)a0;
- (void)_setLabelText:(id)a0;
- (void)_setLabelTextProvider:(id)a0;
- (void)_setSecondLabelText:(id)a0;
- (BOOL)_shouldLayoutWithImageView;
- (void)_updateContentForMaxSizeChange;
- (void)_updateFirstLabelMaxSize;
- (void)_updateWithImageProvider:(id)a0;
- (double)_widthThatFits;

@end