mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-23 01:49:53 +01:00
Deprecation of enum CoreStore, reorganize global symbols
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user