mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 22:26:59 +02:00
Refactor RoomCellLayoutUpdaterProtocol to RoomCellLayoutUpdater.
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user