Files
waf-platform/HttpDNSSDK/sdk/ios/NewHttpDNS/Scheduler/HttpdnsScheduleExecutor.h
2026-03-05 02:44:43 +08:00

19 lines
529 B
Objective-C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//
// HttpdnsScheduleExecutor.h
// NewHttpDNS
//
// Created by ElonChan(地风) on 2017/4/11.
// Copyright © 2017�trustapp.com. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface HttpdnsScheduleExecutor : NSObject
- (NSDictionary *)fetchRegionConfigFromServer:(NSString *)updateHost error:(NSError **)pError;
// 多账å<C2A6>·éš”离:å…<C3A5>许æ<C2B8>ºå¸¦è´¦å<C2A6>·ä¸Žè¶…æ—¶åˆ<C3A5>å§åŒï¼Œé<C592>¿å…<C3A5>ä¾<C3A4>èµå…¨å±€å<E282AC>•ä¾
- (instancetype)initWithAccountId:(NSInteger)accountId timeout:(NSTimeInterval)timeoutInterval;
@end