Files
kotlin-fork/native/objcexport-header-generator/testData/headers/simpleInterface/Foo.kt
T
2024-01-08 15:25:19 +00:00

4 lines
72 B
Kotlin
Vendored

interface Foo {
val someProperty: Int
fun someMethod(): String
}