mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-12-08 23:55:49 +01:00
5 lines
152 B
Plaintext
5 lines
152 B
Plaintext
package ${escapeKotlinIdentifiers(packageName)}
|
|
|
|
import im.vector.app.core.platform.VectorViewEvents
|
|
|
|
sealed class ${viewEventsClass} : VectorViewEvents |