mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-11 10:47:39 +03:00
5 lines
No EOL
157 B
Text
5 lines
No EOL
157 B
Text
package ${escapeKotlinIdentifiers(packageName)}
|
|
|
|
import im.vector.app.core.platform.VectorViewModelAction
|
|
|
|
sealed class ${actionClass}: VectorViewModelAction |