Is there a way to declare a method in a protocol in Swift that uses the oneway
keyword (or, more specifically, defined the method signature to be oneway
) in a way that's compatible with Objective-C, or must that be defined in a header file?
Is there a way to declare a method in a protocol in Swift that uses the oneway
keyword (or, more specifically, defined the method signature to be oneway
) in a way that's compatible with Objective-C, or must that be defined in a header file?