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

14 lines
257 B
Objective-C

//
// DNSDemoViewController.h
// AlicloudHttpDNSTestDemo
//
// @author Created by Claude Code on 2025-10-05
//
#import <UIKit/UIKit.h>
#import "DemoHttpdnsScenario.h"
@interface DemoViewController : UIViewController <DemoHttpdnsScenarioDelegate>
@end