// // NSDictionary+RKRequestSerialization.h // RestKit // // Created by Blake Watters on 7/28/09. // Copyright 2009 Two Toasters. All rights reserved. // #import #import "RKRequestSerializable.h" @interface NSDictionary (RKRequestSerialization) /** * Returns a representation of the dictionary as a URLEncoded string */ - (NSString*)URLEncodedString; @end