mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-29 13:15:34 +08:00
Fix error in method definition
This commit is contained in:
@@ -202,7 +202,7 @@ NSLog(@"I am your RKClient singleton : %@", [RKClient sharedClient]);
|
||||
|
||||
<pre name="code" class="c++">@implementation Contact
|
||||
|
||||
- (NSDictionary*)elementToPropertyMappings {
|
||||
+ (NSDictionary*)elementToPropertyMappings {
|
||||
return [NSDictionary dictionaryWithKeysAndObjects:
|
||||
@"id", @"identifier",
|
||||
@"name", @"name",
|
||||
|
||||
Reference in New Issue
Block a user