mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-06-05 17:00:23 +02:00
handle deleting checklist items
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
package com.simplemobiletools.notes.pro.interfaces
|
||||
|
||||
interface ChecklistItemsListener {
|
||||
fun refreshItems()
|
||||
|
||||
fun saveChecklist()
|
||||
}
|
Reference in New Issue
Block a user