mirror of
https://github.com/BetterAndroid/PanguText.git
synced 2025-09-01 08:15:21 +08:00
7 lines
135 B
Kotlin
7 lines
135 B
Kotlin
#parse("open-source-license-header")
|
|
|
|
#if (${PACKAGE_NAME} && ${PACKAGE_NAME} != "")package ${PACKAGE_NAME}
|
|
|
|
#end
|
|
interface ${NAME} {
|
|
} |