Deprecation of enum CoreStore, reorganize global symbols

This commit is contained in:
John Estropia
2019-08-29 17:03:09 +09:00
parent 02d5bf85ae
commit 266b1a9913
95 changed files with 2232 additions and 1837 deletions

View File

@@ -38,7 +38,7 @@ extension NSPersistentStore {
get {
let wrapper: StorageObject? = cs_getAssociatedObjectForKey(
let wrapper: StorageObject? = Internals.getAssociatedObjectForKey(
&PropertyKeys.storageInterface,
inObject: self
)
@@ -46,7 +46,7 @@ extension NSPersistentStore {
}
set {
cs_setAssociatedRetainedObject(
Internals.setAssociatedRetainedObject(
StorageObject(newValue),
forKey: &PropertyKeys.storageInterface,
inObject: self