






#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface NSString (SubWho)

- (NSString *)dry;

@end

NS_ASSUME_NONNULL_END
