00001 /* 00002 * Copyright (c) 2008 - 2009 00003 * Jonathan Schleifer <js@webkeks.org> 00004 * 00005 * All rights reserved. 00006 * 00007 * This file is part of ObjFW. It may be distributed under the terms of the 00008 * Q Public License 1.0, which can be found in the file LICENSE included in 00009 * the packaging of this file. 00010 */ 00011 00012 #import "OFMutableString.h" 00013 00014 extern int _OFURLEncoding_reference; 00015 00020 @interface OFString (OFURLEncoding) 00026 - (OFString*)stringByURLEncoding; 00027 00033 - (OFString*)stringByURLDecoding; 00034 @end