Add removeAll method to KeyValueStore

This commit is contained in:
ismailgulek
2021-05-10 17:21:44 +03:00
parent cb2526203b
commit 6cca4543b2
4 changed files with 10 additions and 2 deletions
@@ -38,4 +38,5 @@ protocol KeyValueStore {
// remove
func removeObject(forKey key: KeyValueStoreKey) throws
func removeAll() throws
}