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
@@ -28,7 +28,7 @@ class PlainRoomTimelineStyle: RoomTimelineStyle {
let identifier: RoomTimelineStyleIdentifier
let cellLayoutUpdater: RoomCellLayoutUpdaterProtocol?
let cellLayoutUpdater: RoomCellLayoutUpdater?
let cellProvider: RoomTimelineCellProviderProtocol