// // AppDelegate.h // javaScriptCore // // Created by 紫空 on 14-1-6. // Copyright (c) 2014年 zikong. All rights reserved. // #import @interface AppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window; @end