WIP: documentation

This commit is contained in:
John Rommel Estropia
2017-05-10 02:00:47 +09:00
parent 19abedfa9f
commit 8ff163af30
10 changed files with 230 additions and 112 deletions

View File

@@ -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,