mirror of
https://github.com/BetterAndroid/Adbrowser.git
synced 2025-09-04 01:35:23 +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} {
|
|
} |