19 lines
529 B
Objective-C
19 lines
529 B
Objective-C
//
|
||
// 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
|