// // AppDelegate.h // JHChartDemo // // Created by cjatech-简豪 on 16/4/10. // Copyright © 2016年 JH. All rights reserved. // #import @interface AppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window; @end