mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-19 16:21:27 +01:00
Deprecation of enum CoreStore, reorganize global symbols
This commit is contained in:
@@ -36,14 +36,14 @@ extension NSManagedObject {
|
||||
|
||||
get {
|
||||
|
||||
return cs_getAssociatedObjectForKey(
|
||||
return Internals.getAssociatedObjectForKey(
|
||||
&PropertyKeys.coreStoreObject,
|
||||
inObject: self
|
||||
)
|
||||
}
|
||||
set {
|
||||
|
||||
cs_setAssociatedWeakObject(
|
||||
Internals.setAssociatedWeakObject(
|
||||
newValue,
|
||||
forKey: &PropertyKeys.coreStoreObject,
|
||||
inObject: self
|
||||
|
||||
Reference in New Issue
Block a user