luxlabs header browser preview


@protocol HKHistogramAxisDimensionDataSource;

@interface HKHistogramAxisDimension : NSObject <HKAxisLabelDimension>

@property (weak, nonatomic) id<HKHistogramAxisDimensionDataSource> dataSource;

- (void).cxx_destruct;
- (id)endingLabelsFactorOverride;
- (id)formatterForLabelStepSize:(double)a0;
- (double)niceStepSizeLargerThan:(double)a0;
- (id)stringForLocation:(id)a0 formatterForStepSize:(id)a1;
- (double)ticksPerStepSize:(double)a0;

@end