@protocol HKHistogramAxisDimensionDataSource; @interface HKHistogramAxisDimension : NSObject @property (weak, nonatomic) id 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