create AppGroupsManager

This commit is contained in:
John Estropia
2021-05-06 08:28:44 +09:00
parent d19fd1b45c
commit 223707159c
17 changed files with 545 additions and 37 deletions
+2 -2
View File
@@ -54,12 +54,12 @@ public protocol StorageInterface: AnyObject {
/**
Do not call directly. Used by the `DataStack` internally.
*/
func cs_didAddToDataStack(_ dataStack: DataStack)
func cs_didAddToDataStack(_ dataStack: DataStack) throws
/**
Do not call directly. Used by the `DataStack` internally.
*/
func cs_didRemoveFromDataStack(_ dataStack: DataStack)
func cs_didRemoveFromDataStack(_ dataStack: DataStack) throws
}