DateValueFormatter.h 356 B

1234567891011121314151617
  1. //
  2. // DateValueFormatter.h
  3. // ChartsDemo
  4. //
  5. // Copyright 2015 Daniel Cohen Gindi & Philipp Jahoda
  6. // A port of MPAndroidChart for iOS
  7. // Licensed under Apache License 2.0
  8. //
  9. // https://github.com/danielgindi/Charts
  10. //
  11. #import <UIKit/UIKit.h>
  12. #import "ChartsDemo_iOS-Swift.h"
  13. @interface DateValueFormatter : NSObject <ChartAxisValueFormatter>
  14. @end