aliyun-oss-react-native

OSSHttpdns.h 287B

1234567891011121314151617
  1. //
  2. // OSSHttpdns.h
  3. // AliyunOSSiOS
  4. //
  5. // Created by zhouzhuo on 5/1/16.
  6. // Copyright © 2016 zhouzhuo. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface OSSHttpdns : NSObject
  10. + (instancetype)sharedInstance;
  11. - (NSString *)asynGetIpByHost:(NSString *)host;
  12. @end