luxlabs header browser preview


@interface UIStatusBarThermalColorItemView : UIStatusBarItemView {
    int _thermalColor;
    BOOL _sunlightMode;
}

- (id)_color;
- (id)contentsImage;
- (BOOL)updateForNewData:(id)a0 actions:(int)a1;

@end