// // AppDelegate.h // pythonpythonios // // Created by Fancyzero on 13-7-6. // Copyright (c) 2013年 Fancyzero. All rights reserved. // #import @interface AppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window; @end