RoomBubbleCellData: Add a property to show or hide timestamp for selected component.

This commit is contained in:
SBiOSoftWhare
2019-05-15 21:34:32 +02:00
parent ca9ba8d366
commit 3544c50601
2 changed files with 8 additions and 4 deletions
@@ -35,6 +35,10 @@ typedef NS_ENUM(NSInteger, RoomBubbleCellDataTag)
*/
@property(nonatomic) BOOL containsLastMessage;
/**
Indicate true to display the timestamp of the selected component.
*/
@property(nonatomic) BOOL showTimestampForSelectedComponent;
/**
The event id of the current selected event inside the bubble. Default is nil.