mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 17:42:45 +02:00
RoomTimelineCellDecorator: Update add timestamp interface.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user