Say I have some Swift class with methods I\'d like to expose to Objective-C:
@objc(Worker) class Worker : NSObject { func performWork(label: String = \"R
The answer is no, there is currently no way to expose that.
It is however, being considered for Swift 3.0 (see the proposal here)
EDIT: This is incorrect as pointed out by Adam S.