mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-24 04:46:01 +08:00
Ported RestKit to using managed object contexts with concurrency types. Numerous cleanups and API updates.
This commit is contained in:
@@ -121,7 +121,7 @@
|
||||
|
||||
@end
|
||||
|
||||
@interface RKRouter (CompatibilityAliases)
|
||||
@interface RKRouter (Deprecations)
|
||||
|
||||
/**
|
||||
Use `[[router URLForObject:object method:method] resourcePath]` instead.
|
||||
|
||||
@@ -87,7 +87,7 @@
|
||||
|
||||
@end
|
||||
|
||||
@implementation RKRouter (CompatibilityAliases)
|
||||
@implementation RKRouter (Deprecations)
|
||||
|
||||
- (NSString *)resourcePathForObject:(NSObject *)object method:(RKRequestMethod)method DEPRECATED_ATTRIBUTE
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user