Files
waf-platform/EdgeHttpDNS/sdk/ios/AlicloudHttpDNSTestDemo/AppDelegate.h
2026-02-20 17:56:24 +08:00

18 lines
296 B
Objective-C

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