WIP: readme

This commit is contained in:
John Estropia
2017-05-15 11:03:21 +09:00
parent 1b0e305d9a
commit 67863120e0
18 changed files with 54 additions and 192 deletions

View File

@@ -38,9 +38,9 @@ public extension NSManagedObject {
- returns: the primitive value for the KVC key
*/
@objc
public func cs_accessValueForKVCKey(_ kvcKey: KeyPath) -> Any? {
public func cs_accessValueForKVCKey(_ KVCKey: KeyPath) -> Any? {
return self.getValue(forKvcKey: kvcKey)
return self.getValue(forKvcKey: KVCKey)
}
/**