WIP: editable datasources

This commit is contained in:
John Estropia
2019-10-11 07:47:49 +09:00
parent d5114fc4bc
commit 81dfb8e3e5
21 changed files with 1253 additions and 479 deletions

View File

@@ -308,6 +308,11 @@ public enum RelationshipContainer<O: CoreStoreObject> {
}
}
}
internal var valueForSnapshot: Any {
return self.value as Any
}
// MARK: Private
@@ -595,6 +600,11 @@ public enum RelationshipContainer<O: CoreStoreObject> {
}
}
}
internal var valueForSnapshot: Any {
return self.value as Any
}
// MARK: Private
@@ -887,6 +897,11 @@ public enum RelationshipContainer<O: CoreStoreObject> {
}
}
}
internal var valueForSnapshot: Any {
return self.value as Any
}
// MARK: Private