// // HttpdnsNWHTTPClientTestBase.h // TrustHttpDNSTests // // @author Created by Claude Code on 2025-11-01 // Copyright © 2025 trustapp.com. All rights reserved. // // 测试基类 - 为所?HttpdnsNWHTTPClient 测试提供共享?setup/teardown // #import #import "HttpdnsNWHTTPClient.h" #import "HttpdnsNWHTTPClient_Internal.h" #import "HttpdnsNWReusableConnection.h" NS_ASSUME_NONNULL_BEGIN @interface HttpdnsNWHTTPClientTestBase : XCTestCase @property (nonatomic, strong) HttpdnsNWHTTPClient *client; @end NS_ASSUME_NONNULL_END