YAxisValueFormatter.h 324 B

123456789101112131415161718
  1. //
  2. // yAxisValueFormatter.h
  3. // IBOSS-HJ
  4. //
  5. // Created by 关宏厚 on 2020/12/8.
  6. // Copyright © 2020 elongtian. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import <Charts/Charts.h>
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface YAxisValueFormatter : NSObject<ChartAxisValueFormatter>
  12. @end
  13. NS_ASSUME_NONNULL_END