在Swift 4中,+(void)load {}等于什么?

时间:2018-07-16 11:49:48

标签: objective-c swift

在Objective-C中,我们有:

+(void)load
{

}

在Swift 4中这相当于什么?

在Swift 1 中,我们有:

override class func load() {

}

...但是在Swift 4.2中不可用。

0 个答案:

没有答案