去掉kiwi.framework

This commit is contained in:
Caleb
2026-03-03 11:10:19 +08:00
parent 5020a6afc4
commit cfc6007c59
12 changed files with 248 additions and 40 deletions

View File

@@ -33,10 +33,10 @@ NS_ASSUME_NONNULL_BEGIN
- (void)startWithVHost:(NSString *)vhost appName:(NSString *)appName;
/**
设置洋葱盾appKey和rs
@return 0表示成功非0表示失败请咨询Kiwi开发人员
设置代理服务器地址(如洋葱盾转化后的地址)
@param address 代理地址,格式如 http://127.0.0.1:12345
*/
+ (NSInteger)setKiwiAppKey:(const char *)appKey name:(const char *)name;
+ (void)setProxyAddress:(NSString *)address;
+ (NSString *)sdkVersion;