ObjectiveC Changes for Swift
ObjectiveC
Declaration | |
---|---|
From | func objc_setEnumerationMutationHandler(_ handler: (@escaping (Any?) -> Swift.Void)!) |
To | func objc_setEnumerationMutationHandler(_ handler: ((Any?) -> Swift.Void)!) |
Declaration | |
---|---|
From | func objc_setEnumerationMutationHandler(_ handler: (@escaping (Any?) -> Swift.Void)!) |
To | func objc_setEnumerationMutationHandler(_ handler: ((Any?) -> Swift.Void)!) |