1 2 3 4 5
#import <Foundation/Foundation.h> @interface NSString (URLEncoding) @property (readonly) NSString *URLEncodedString; @end