MXKRoomBubbleCellData: Add new attributed text message property.

This commit is contained in:
SBiOSoftWhare
2022-02-09 16:19:36 +01:00
parent be259d4392
commit 19323d0508
2 changed files with 9 additions and 0 deletions
@@ -163,6 +163,10 @@
*/
@property (nonatomic) NSAttributedString *attributedTextMessage;
/**
Same as attributedTextMessage but without vertical positioning blank space
*/
@property (nonatomic) NSAttributedString *attributedTextMessageWithoutPositioningSpace;
/**
The raw text message (without attributes)
*/