mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-04-27 11:07:05 +02:00
WIP: documentation
This commit is contained in:
@@ -32,7 +32,7 @@ import Foundation
|
||||
internal extension NSEntityDescription {
|
||||
|
||||
@nonobjc
|
||||
internal var coreStoreEntity: CoreStoreSchema.AnyEntity? {
|
||||
internal var coreStoreEntity: DynamicEntity? {
|
||||
|
||||
get {
|
||||
|
||||
@@ -43,7 +43,7 @@ internal extension NSEntityDescription {
|
||||
|
||||
return nil
|
||||
}
|
||||
return CoreStoreSchema.AnyEntity(
|
||||
return DynamicEntity(
|
||||
type: NSClassFromString(typeName) as! CoreStoreObject.Type,
|
||||
entityName: entityName,
|
||||
isAbstract: isAbstract,
|
||||
|
||||
Reference in New Issue
Block a user