5 lines
55 B
Kotlin
5 lines
55 B
Kotlin
package at.mocode.model
|
|
|
|
interface EventRepository {
|
|
}
|
package at.mocode.model
|
|
|
|
interface EventRepository {
|
|
}
|