9 lines
216 B
Objective-C
9 lines
216 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
@interface NSCharacterSet (WMFLinkParsing)
|
|
|
|
+ (NSCharacterSet *)wmf_encodeURIComponentAllowedCharacterSet;
|
|
+ (NSCharacterSet *)wmf_relativePathAndFragmentAllowedCharacterSet;
|
|
|
|
@end
|