14 lines
254 B
Objective-C
14 lines
254 B
Objective-C
//
|
|
// DNSDemoViewController.h
|
|
// TrustHttpDNSTestDemo
|
|
//
|
|
// @author Created by Claude Code on 2025-10-05
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import "DemoHttpdnsScenario.h"
|
|
|
|
@interface DemoViewController : UIViewController <DemoHttpdnsScenarioDelegate>
|
|
|
|
@end
|