OSSIPv6PrefixResolver.h 458 B

1234567891011121314151617181920212223
  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 */