10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
*/
#import "OFMutableString.h"
extern int _OFURLEncoding_reference;
/**
* The OFURLEncoding category provides an easy way to encode and decode strings
* for URLs.
*/
@interface OFString (OFURLEncoding)
/**
* Encodes a string for use in a URL.
*
* \return A new autoreleased string
*/
|
|
|
|
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
*/
#import "OFMutableString.h"
extern int _OFURLEncoding_reference;
/**
* The OFString (OFURLEncoding) category provides an easy way to encode and
* decode strings for URLs.
*/
@interface OFString (OFURLEncoding)
/**
* Encodes a string for use in a URL.
*
* \return A new autoreleased string
*/
|