mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-04-27 11:07:05 +02:00
added changed keys to object changes notification
This commit is contained in:
@@ -35,7 +35,7 @@ public protocol ManagedObjectObserver: class {
|
||||
|
||||
func managedObjectWillUpdate(objectController: ManagedObjectController<EntityType>, object: EntityType)
|
||||
|
||||
func managedObjectWasUpdated(objectController: ManagedObjectController<EntityType>, object: EntityType)
|
||||
func managedObjectWasUpdated(objectController: ManagedObjectController<EntityType>, object: EntityType, changedPersistentKeys: Set<KeyPath>)
|
||||
|
||||
func managedObjectWasDeleted(objectController: ManagedObjectController<EntityType>, object: EntityType)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user