session-ios/SessionUtilitiesKit/General/NSString+SSK.h

16 lines
237 B
Objective-C

//
// 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