HiddenFromObjC
@HidesFromObjC
@Target
(
[AnnotationTarget.PROPERTY, AnnotationTarget.FUNCTION, AnnotationTarget.CLASS]
)
@ExperimentalObjCRefinement
annotation
class
HiddenFromObjC
(Common source) (Native source)
Instructs the Kotlin compiler to remove this class, function or property from the public Objective-C API.
Constructors
<init>
Instructs the Kotlin compiler to remove this class, function or property from the public Objective-C API.
<init>
(
)