RoomTimelineCellDecorator: Update add timestamp interface.

This commit is contained in:
SBiOSoftWhare
2022-01-18 17:46:49 +01:00
parent 64ab1b8e86
commit 749b6bd562
@@ -19,9 +19,9 @@ import UIKit
/// RoomTimelineCellDecorator enables to add decoration on a cell (reactions, read receipts, timestamp, URL preview).
@objc
protocol RoomTimelineCellDecorator {
func addTimestampLabel(toCell cell: MXKRoomBubbleTableViewCell,
cellData: RoomBubbleCellData)
func addTimestampLabelIfNeeded(toCell cell: MXKRoomBubbleTableViewCell,
cellData: RoomBubbleCellData)
func addURLPreviewView(_ urlPreviewView: URLPreviewView,
toCell cell: MXKRoomBubbleTableViewCell,