我是ios的新手,我不知道object-c,所以如何将[className class]
更改为swift
[ShareSDK connectQZoneWithAppKey:@"100371282"
appSecret:@"aed9b0303e3ed1e27bae87c33761161d"
qqApiInterfaceCls:[QQApiInterface class]
tencentOAuthCls:[TencentOAuth class]];
答案 0 :(得分:0)
我相信以下内容应该有效:
className.self
例如:
String.self //returns String.Type