// // AppDelegate.h // TestKeplerDemo // // Created by Lemon on 16/1/20. // Copyright © 2016年 jd. All rights reserved. // #import @interface AppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window; @end