mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-06-05 17:00:23 +02:00
allow adding new items to checklists
This commit is contained in:
@ -0,0 +1,3 @@
|
||||
package com.simplemobiletools.notes.pro.models
|
||||
|
||||
data class ChecklistItem(val title: String, val isDone: Boolean)
|
Reference in New Issue
Block a user