aliyun-oss-react-native

OSSIPv6PrefixResolver.h 458B

123456789101112131415161718192021222324
  1. //
  2. // OSSIPv6PrefixResolver.h
  3. //
  4. // Created by lingkun on 16/5/16.
  5. // Edit by zhouzhuo on 16/5/22
  6. // Copyright © 2016 Ali. All rights reserved.
  7. //
  8. #ifndef AlicloudIPv6PrefixResolver_h
  9. #define AlicloudIPv6PrefixResolver_h
  10. #import <Foundation/Foundation.h>
  11. @interface OSSIPv6PrefixResolver : NSObject
  12. + (instancetype)getInstance;
  13. - (void)updateIPv6Prefix;
  14. - (NSString *)convertIPv4toIPv6:(NSString *)ipv4;
  15. @end
  16. #endif /* OSSIPv6PrefixResolver_h */