标签: objective-c swift
在Objective-C中,我们有:
+(void)load { }
在Swift 4中这相当于什么?
在Swift 1 中,我们有:
override class func load() { }
...但是在Swift 4.2中不可用。