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