// // AppDelegate.h // SocketDemo // // Created by Apple on 16/9/22. // Copyright © 2016年 Apple. All rights reserved. // #import @interface AppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window; @end