mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-24 04:46:01 +08:00
Delete ivars that are already @synthesized. Refs #614.
This commit is contained in:
committed by
Blake Watters
parent
5898b95d33
commit
7cbccfd322
@@ -33,13 +33,8 @@
|
||||
@see RKMakePathWithObject
|
||||
@see RKRouter
|
||||
*/
|
||||
@interface RKPathMatcher : NSObject <NSCopying> {
|
||||
@private
|
||||
SOCPattern *socPattern_;
|
||||
NSString *sourcePath_;
|
||||
NSString *rootPath_;
|
||||
NSDictionary *queryParameters_;
|
||||
}
|
||||
@interface RKPathMatcher : NSObject <NSCopying>
|
||||
|
||||
@property (copy, readonly) NSDictionary *queryParameters;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user