mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-26 19:31:13 +01:00
Deprecation of enum CoreStore, reorganize global symbols
This commit is contained in:
@@ -60,6 +60,16 @@ public protocol DynamicObject: AnyObject {
|
||||
func cs_toRaw() -> NSManagedObject
|
||||
}
|
||||
|
||||
extension DynamicObject {
|
||||
|
||||
// MARK: Internal
|
||||
|
||||
internal static func keyPathBuilder() -> DynamicObjectMeta<Never, Self> {
|
||||
|
||||
return .init(keyPathString: "SELF")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// MARK: - NSManagedObject
|
||||
|
||||
|
||||
Reference in New Issue
Block a user