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
@@ -46,6 +46,11 @@
*/
NSAttributedString *attributedTextMessage;
/**
Same as attributedTextMessage but without vertical positioning vertical spaces.
*/
NSAttributedString *attributedTextMessageWithoutPositioningSpace;
/**
The optional text pattern to be highlighted in the body of the message.
*/