// // AppDelegate.h // WildFireChat // // Created by WF Chat on 2017/11/5. // Copyright © 2017年 WildFireChat. All rights reserved. // #import <UIKit/UIKit.h> @interface AppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end