// // NSObject+URLEncoding.h // RestKit // // Created by Jeff Arena on 7/11/11. // Copyright 2011 Two Toasters. All rights reserved. // @interface NSObject (URLEncoding) /** * Returns a representation of the object as a URLEncoded string * * @returns A UTF-8 encoded string representation of the object */ - (NSString*)URLEncodedString; @end