增加换肤功能
This commit is contained in:
23
Pods/AliyunOSSiOS/AliyunOSSSDK/OSSIPv6/OSSIPv6PrefixResolver.h
generated
Normal file
23
Pods/AliyunOSSiOS/AliyunOSSSDK/OSSIPv6/OSSIPv6PrefixResolver.h
generated
Normal file
@@ -0,0 +1,23 @@
|
||||
//
|
||||
// OSSIPv6PrefixResolver.h
|
||||
//
|
||||
// Created by lingkun on 16/5/16.
|
||||
// Edit by zhouzhuo on 16/5/22
|
||||
// Copyright © 2016 Ali. All rights reserved.
|
||||
//
|
||||
|
||||
#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 */
|
||||
Reference in New Issue
Block a user