mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-04-27 11:17:05 +02:00
WIP: Objective-C bridge (90% done!)
This commit is contained in:
@@ -37,8 +37,8 @@ public extension NSManagedObject {
|
||||
- parameter KVCKey: the KVC key
|
||||
- returns: the primitive value for the KVC key
|
||||
*/
|
||||
@warn_unused_result
|
||||
@nonobjc
|
||||
@warn_unused_result
|
||||
public func accessValueForKVCKey(KVCKey: KeyPath) -> AnyObject? {
|
||||
|
||||
self.willAccessValueForKey(KVCKey)
|
||||
|
||||
Reference in New Issue
Block a user