handle deleting checklist items

This commit is contained in:
tibbi
2018-12-08 23:34:53 +01:00
parent ddb5654b9f
commit 1d90b76d32
4 changed files with 55 additions and 8 deletions

View File

@ -0,0 +1,7 @@
package com.simplemobiletools.notes.pro.interfaces
interface ChecklistItemsListener {
fun refreshItems()
fun saveChecklist()
}