18 lines
289 B
Objective-C
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
|
|
|