luxlabs header browser preview


@class NSString;

@interface UITableViewCountView : UILabel {
    NSString *_countString;
    long long _count;
}

- (void)setCount:(long long)a0;
- (long long)count;
- (void).cxx_destruct;
- (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0 withCountString:(id)a1 withCount:(long long)a2;
- (void)setCountString:(id)a0 withCount:(long long)a1;

@end