luxlabs header browser preview


@class NSString;

@interface UIStatusBarBatteryPercentItemView : UIStatusBarItemView {
    NSString *_percentString;
}

- (id)accessibilityHUDRepresentation;
- (long long)textStyle;
- (long long)textAlignment;
- (id)contentsImage;
- (void).cxx_destruct;
- (BOOL)animatesDataChange;
- (double)extraRightPadding;
- (BOOL)updateForNewData:(id)a0 actions:(int)a1;

@end