Skip to content

Commit

Permalink
Add asciiEscapeWithString: to header
Browse files Browse the repository at this point in the history
  • Loading branch information
northnose committed Aug 30, 2018
1 parent 310b71b commit 4925067
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ NS_ASSUME_NONNULL_BEGIN

+ (NSString *)serializeStringWithRoute:(DBRoute *)route routeArg:(id<DBSerializable>)arg;

+ (NSString *)asciiEscapeWithString:(NSString *)string;

+ (nullable DBRequestError *)dBRequestErrorWithErrorData:(nullable NSData *)errorData
clientError:(nullable NSError *)clientError
statusCode:(int)statusCode
Expand Down

0 comments on commit 4925067

Please sign in to comment.