mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-17 23:14:05 +01:00
added ObjectSnapshot as foundation for datasources API
This commit is contained in:
@@ -44,4 +44,5 @@ internal protocol AttributeProtocol: AnyObject {
|
||||
var rawObject: CoreStoreManagedObject? { get set }
|
||||
var getter: CoreStoreManagedObject.CustomGetter? { get }
|
||||
var setter: CoreStoreManagedObject.CustomSetter? { get }
|
||||
var valueForSnapshot: Any { get }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user