ObjCAction
@Target([AnnotationTarget.FUNCTION]) annotation class ObjCAction
Makes Kotlin method in Objective-C class accessible through Objective-C dispatch to be used as action sent by control in UIKit or AppKit.
Constructors
<init>
Makes Kotlin method in Objective-C class accessible through Objective-C dispatch to be used as action sent by control in UIKit or AppKit.
ObjCAction()