ObjCOutlet
@Target([AnnotationTarget.PROPERTY]) annotation class ObjCOutlet
Makes Kotlin property in Objective-C class settable through Objective-C dispatch to be used as IB outlet.
Constructors
<init>
Makes Kotlin property in Objective-C class settable through Objective-C dispatch to be used as IB outlet.
ObjCOutlet()