mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-24 04:46:01 +08:00
Whitespace syntax cleanup. Refs #614
This commit is contained in:
committed by
Blake Watters
parent
7cbccfd322
commit
82f4630d36
@@ -44,7 +44,7 @@
|
||||
@param pathString The string to evaluate and parse, such as /districts/tx/upper/?apikey=GC5512354
|
||||
@return An instantiated RKPathMatcher without an established pattern.
|
||||
*/
|
||||
+(RKPathMatcher *)matcherWithPath:(NSString *)pathString;
|
||||
+ (RKPathMatcher *)matcherWithPath:(NSString *)pathString;
|
||||
|
||||
/**
|
||||
Determines if the path string matches the provided pattern, and yields a dictionary with the resulting
|
||||
@@ -87,7 +87,7 @@
|
||||
@param patternString The pattern to use for evaluating, such as /:entityName/:stateID/:chamber/
|
||||
@return An instantiated RKPathMatcher with an established pattern.
|
||||
*/
|
||||
+(RKPathMatcher *)matcherWithPattern:(NSString *)patternString;
|
||||
+ (RKPathMatcher *)matcherWithPattern:(NSString *)patternString;
|
||||
|
||||
/**
|
||||
Determines if the provided resource path string matches a pattern, and yields a dictionary with the resulting
|
||||
|
||||
Reference in New Issue
Block a user