mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-30 05:06:58 +02:00
Add removeAll method to KeyValueStore
This commit is contained in:
@@ -38,4 +38,5 @@ protocol KeyValueStore {
|
||||
|
||||
// remove
|
||||
func removeObject(forKey key: KeyValueStoreKey) throws
|
||||
func removeAll() throws
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user