Charts.h 694 B

12345678910111213141516171819202122232425262728
  1. //
  2. // Charts.h
  3. // Charts
  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. #include <TargetConditionals.h>
  12. #if TARGET_OS_IPHONE || TARGET_OS_TV || TARGET_IPHONE_SIMULATOR
  13. #import <UIKit/UIKit.h>
  14. #else
  15. #import <Cocoa/Cocoa.h>
  16. #endif
  17. //! Project version number for Charts.
  18. FOUNDATION_EXPORT double ChartsVersionNumber;
  19. //! Project version string for Charts.
  20. FOUNDATION_EXPORT const unsigned char ChartsVersionString[];
  21. // In this header, you should import all the public headers of your framework using statements like #import <Charts/PublicHeader.h>