WIP: migrations for CoreStoreObjects

This commit is contained in:
John Estropia
2017-04-07 21:57:45 +09:00
parent c0ae129b22
commit e5ef4992d3
2 changed files with 8 additions and 29 deletions

View File

@@ -29,7 +29,7 @@ import Foundation
// MARK: - DynamicObject
public protocol DynamicObject: class {
static func cs_forceCreate(entityDescription: NSEntityDescription, into context: NSManagedObjectContext, assignTo store: NSPersistentStore) -> Self
static func cs_fromRaw(object: NSManagedObject) -> Self