deep-linking-sample/Apps/Wikipedia/WMF Framework/NSCharacterSet+WMFLinkParsing.h

9 lines
216 B
Objective-C

#import <Foundation/Foundation.h>
@interface NSCharacterSet (WMFLinkParsing)
+ (NSCharacterSet *)wmf_encodeURIComponentAllowedCharacterSet;
+ (NSCharacterSet *)wmf_relativePathAndFragmentAllowedCharacterSet;
@end