mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-29 13:15:34 +08:00
Added missing bracket
This commit is contained in:
@@ -83,7 +83,7 @@ Now that we have configured our object mapping, we can load this collection:
|
||||
|
||||
```objc
|
||||
- (void)loadArticles {
|
||||
[[RKObjectManager sharedManager] loadObjectsAtResourcePath:@"/articles" delegate:self;
|
||||
[[RKObjectManager sharedManager] loadObjectsAtResourcePath:@"/articles" delegate:self];
|
||||
}
|
||||
|
||||
- (void)objectLoader:(RKObjectLoader*)objectLoader didLoadObjects:(NSArray*)objects {
|
||||
|
||||
Reference in New Issue
Block a user