Files
waf-platform/EdgeHttpDNS/sdk/ios/AlicloudHttpDNSTestDemo/AppDelegate.h
2026-02-28 18:55:33 +08:00

18 lines
289 B
Objective-C

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