//
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
#import <Foundation/Foundation.h>
@interface NSString (OWS)
- (NSString *)ows_stripped;
@end