add an event type model
This commit is contained in:
parent
5b929eb4e1
commit
7e4429df6b
|
@ -0,0 +1,3 @@
|
|||
package com.simplemobiletools.calendar.models
|
||||
|
||||
data class EventType(var id: Int = 0, var title: String, var color: Int)
|
Loading…
Reference in New Issue