PieChartViewController.h 384 B

123456789101112131415161718
  1. //
  2. // PieChartViewController.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 "DemoBaseViewController.h"
  13. #import <DGCharts/DGCharts.h>
  14. @interface PieChartViewController : DemoBaseViewController
  15. @end