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

16 lines
237 B
C
Raw Normal View History

2020-11-11 00:58:56 +01:00
//
// Copyright (c) 2018 Open Whisper Systems. All rights reserved.
//
2020-11-26 00:37:56 +01:00
#import <Foundation/Foundation.h>
2020-11-11 00:58:56 +01:00
NS_ASSUME_NONNULL_BEGIN
@interface NSString (SSK)
- (NSString *)rtlSafeAppend:(NSString *)string;
@end
NS_ASSUME_NONNULL_END