add an event type model

This commit is contained in:
tibbi
2017-02-11 10:37:07 +01:00
parent 5b929eb4e1
commit 7e4429df6b

View File

@@ -0,0 +1,3 @@
package com.simplemobiletools.calendar.models
data class EventType(var id: Int = 0, var title: String, var color: Int)