// // HttpdnsLocalResolver.h // NewHttpDNS // // Created by xuyecan on 2025/3/16. // Copyright © 2025 trustapp.com. All rights reserved. // #import #import "HttpdnsRequest.h" #import "HttpdnsHostObject.h" NS_ASSUME_NONNULL_BEGIN @interface HttpdnsLocalResolver : NSObject - (HttpdnsHostObject *)resolve:(HttpdnsRequest *)request; @end NS_ASSUME_NONNULL_END