ShouldRefineInSwift
@RefinesInSwift @Target([AnnotationTarget.PROPERTY, AnnotationTarget.FUNCTION]) @ExperimentalObjCRefinement annotation class ShouldRefineInSwift
(Common source) (Native source)
Instructs the Kotlin compiler to mark this function or property as swift_private
in the generated Objective-C API.
See Apple's documentation of the NS_REFINED_FOR_SWIFT
macro for more information on refining Objective-C declarations in Swift.
Constructors
<init>
Instructs the Kotlin compiler to mark this function or property as swift_private
in the generated Objective-C API.
<init>()