// // AppDelegate.h // AlicloudHttpDNSTestDemo // // Created by junmo on 2018/8/3. // Copyright © 2018年 alibaba-inc.com. All rights reserved. // #import @interface AppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window; @end