//
//  Copyright (c) 2018 Open Whisper Systems. All rights reserved.
//

#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface NSString (SSK)

- (NSString *)rtlSafeAppend:(NSString *)string;

@end

NS_ASSUME_NONNULL_END