// // AppDelegate.h // Python-iOS-app // // Created by Fancyzero on 13-8-21. // Copyright (c) 2013年 Fancyzero. All rights reserved. // #import @class ViewController; @interface AppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window; @property (strong, nonatomic) ViewController *viewController; @end