123456789101112131415161718192021222324 |
-
-
-
-
-
-
-
-
- #ifndef AlicloudIPv6PrefixResolver_h
- #define AlicloudIPv6PrefixResolver_h
- #import <Foundation/Foundation.h>
-
- @interface OSSIPv6PrefixResolver : NSObject
-
- + (instancetype)getInstance;
-
- - (void)updateIPv6Prefix;
-
- - (NSString *)convertIPv4toIPv6:(NSString *)ipv4;
-
- @end
-
- #endif /* OSSIPv6PrefixResolver_h */
|