Readd guards

This commit is contained in:
Gregory John Casamento 2019-04-13 05:00:54 -04:00
parent 665bdcf952
commit aa093ca1df

View file

@ -802,10 +802,10 @@ typedef NSUInteger NSStringEncodingConversionOptions;
- (const char *)UTF8String;
#endif
// #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST)
#if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST)
- (NSString *) stringByAddingPercentEncodingWithAllowedCharacters: (NSCharacterSet *)aSet;
- (NSString *) stringByRemovingPercentEncoding;
//#endif
#endif
#if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST)
/** Not implemented */