mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-27 11:51:31 +01:00
fix xcode hints
This commit is contained in:
@@ -228,7 +228,7 @@ public extension NSManagedObject {
|
|||||||
self.setPrimitiveValue(value, forKey: KVCKey)
|
self.setPrimitiveValue(value, forKey: KVCKey)
|
||||||
}
|
}
|
||||||
|
|
||||||
@available(*, deprecated, renamed: "setValue(_:forKvcKey:didSetValue:)")
|
@available(*, deprecated, renamed: "setValue(_:forKvcKey:willSetValue:didSetValue:)")
|
||||||
@discardableResult
|
@discardableResult
|
||||||
@nonobjc
|
@nonobjc
|
||||||
public func setValue<T>(_ value: Any?, forKVCKey KVCKey: KeyPath, _ didSetPrimitiveValue: (Any?) throws -> T) rethrows -> T {
|
public func setValue<T>(_ value: Any?, forKVCKey KVCKey: KeyPath, _ didSetPrimitiveValue: (Any?) throws -> T) rethrows -> T {
|
||||||
|
|||||||
Reference in New Issue
Block a user