session-ios/SignalUtilitiesKit/Utilities/NSAttributedString+OWS.h

17 lines
361 B
C
Raw Normal View History

//
2018-06-29 23:00:22 +02:00
// Copyright (c) 2018 Open Whisper Systems. All rights reserved.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface NSAttributedString (OWS)
2018-06-29 23:00:22 +02:00
- (NSAttributedString *)rtlSafeAppend:(NSString *)text attributes:(NSDictionary *)attributes;
- (NSAttributedString *)rtlSafeAppend:(NSAttributedString *)string;
@end
NS_ASSUME_NONNULL_END