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

16 lines
277 B
Objective-C

//
// DemoLogViewController.h
// AlicloudHttpDNSTestDemo
//
// @author Created by Claude Code on 2025-10-05
//
#import <UIKit/UIKit.h>
@interface DemoLogViewController : UIViewController
- (void)setInitialText:(NSString *)text;
- (void)appendLine:(NSString *)line;
@end