mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-18 06:57:15 +01:00
create AppGroupsManager
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user