4 lines
82 B
Kotlin
4 lines
82 B
Kotlin
interface INode {
|
|
public fun getTag(): Tag
|
|
public fun toKotlin(): String
|
|
} |