Refactor RoomCellLayoutUpdaterProtocol to RoomCellLayoutUpdater.

This commit is contained in:
SBiOSoftWhare
2022-01-20 17:00:13 +01:00
parent 180e3cb471
commit 0cf1490990
5 changed files with 5 additions and 5 deletions
@@ -27,7 +27,7 @@ protocol RoomTimelineStyle: Themable {
var identifier: RoomTimelineStyleIdentifier { get }
/// Update layout if needed for cells provided by the cell provider
var cellLayoutUpdater: RoomCellLayoutUpdaterProtocol? { get }
var cellLayoutUpdater: RoomCellLayoutUpdater? { get }
/// Register and provide timeline cells
var cellProvider: RoomTimelineCellProviderProtocol { get }