mirror of
https://github.com/samsonjs/arq_restore.git
synced 2026-04-06 11:15:51 +00:00
14 lines
223 B
Objective-C
14 lines
223 B
Objective-C
//
|
|
// NSDictionary_HTTP.h
|
|
// Arq
|
|
//
|
|
// Created by Stefan Reitshamer on 7/4/11.
|
|
// Copyright 2011 Haystack Software. All rights reserved.
|
|
//
|
|
|
|
|
|
|
|
|
|
@interface NSDictionary (HTTP)
|
|
- (NSString *)wwwFormURLEncodedString;
|
|
@end
|