Refactor RoomTimelineCellProviderProtocol to RoomTimelineCellProvider.

This commit is contained in:
SBiOSoftWhare
2022-01-20 17:09:34 +01:00
parent 0cf1490990
commit 11639b87f6
7 changed files with 10 additions and 8 deletions
@@ -30,7 +30,7 @@ protocol RoomTimelineStyle: Themable {
var cellLayoutUpdater: RoomCellLayoutUpdater? { get }
/// Register and provide timeline cells
var cellProvider: RoomTimelineCellProviderProtocol { get }
var cellProvider: RoomTimelineCellProvider { get }
/// Handle cell decorations (reactions, read receipts, URL preview, )
var cellDecorator: RoomTimelineCellDecorator { get }