arq_restore/cocoastack/http/NSDictionary_HTTP.h
2014-07-28 14:20:07 -04:00

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