mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-23 18:01:10 +01:00
WIP: migrations for CoreStoreObjects
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user