AppDelegate.h 361 B

1234567891011121314151617181920
  1. //
  2. // AppDelegate.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. @interface AppDelegate : UIResponder <UIApplicationDelegate>
  13. @property (strong, nonatomic) UIWindow *window;
  14. @end