Update the template to use the singular form for Event interface.
This commit is contained in:
parent
cffd4c31c9
commit
b37979d003
4 changed files with 7 additions and 7 deletions
|
|
@ -2,5 +2,5 @@
|
|||
|
||||
// TODO add your ui models. Remove the eventSink if you don't have events.
|
||||
data class ${NAME}State(
|
||||
val eventSink: (${NAME}Events) -> Unit
|
||||
val eventSink: (${NAME}Event) -> Unit
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue