mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
MXKRoomBubbleCellData: Add new attributed text message property.
This commit is contained in:
@@ -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)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user