mirror of
https://github.com/zhigang1992/aliyun-oss-react-native.git
synced 2026-06-16 18:29:53 +08:00
17 lines
287 B
Objective-C
17 lines
287 B
Objective-C
//
|
|
// OSSHttpdns.h
|
|
// AliyunOSSiOS
|
|
//
|
|
// Created by zhouzhuo on 5/1/16.
|
|
// Copyright © 2016 zhouzhuo. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
@interface OSSHttpdns : NSObject
|
|
|
|
+ (instancetype)sharedInstance;
|
|
|
|
- (NSString *)asynGetIpByHost:(NSString *)host;
|
|
@end
|