WIP: new PartialObject to act as faster KVC wrappers when implementing custom getters and setters for CoreStoreObject

This commit is contained in:
John Rommel Estropia
2017-06-15 08:27:08 +09:00
parent 5689158b43
commit 746d697691
5 changed files with 233 additions and 105 deletions

View File

@@ -155,14 +155,3 @@ extension CoreStoreObject {
return self.rawObject!
}
}
// MARK: - Internal
internal extension DynamicObject where Self: CoreStoreObject {
internal static var meta: Self {
return self.init(asMeta: ())
}
}