mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-06-05 21:59:17 +02:00
add an event type model
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
package com.simplemobiletools.calendar.models
|
||||
|
||||
data class EventType(var id: Int = 0, var title: String, var color: Int)
|
Reference in New Issue
Block a user