tangem-app-android-audited/.idea/fileTemplates/Decompose component.kt.child.0.kt
2025-10-02 11:46:33 +04:00

5 lines
No EOL
128 B
Kotlin

#if (${PACKAGE_NAME} != "")package ${PACKAGE_NAME}.entity#end
internal data class ${NAME}UM(
val onBackClick: () -> Unit,
)