AppDelegate.h 269 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 // // AppDelegate.h // XianYu // // Created by li bo on 16/5/28. // Copyright © 2016年 li bo. All rights reserved. // #import <UIKit/UIKit.h> @interface AppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end