如何将[TencentOAuth类]改为swift

时间:2014-08-16 07:00:02

标签: swift

我是ios的新手,我不知道object-c,所以如何将[className class]更改为swift

像这样的代码  [ShareSDK connectQZoneWithAppKey:@"100371282" appSecret:@"aed9b0303e3ed1e27bae87c33761161d" qqApiInterfaceCls:[QQApiInterface class] tencentOAuthCls:[TencentOAuth class]];

1 个答案:

答案 0 :(得分:0)

我相信以下内容应该有效:

className.self

例如:

String.self    //returns String.Type