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

9 lines
216 B
C
Raw Normal View History

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