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