diff --git a/Riot/Modules/Room/TimelineCells/BaseRoomCell/RoomCellContentView.swift b/Riot/Modules/Room/TimelineCells/BaseRoomCell/RoomCellContentView.swift index 4420bec45..ad9cd3abb 100644 --- a/Riot/Modules/Room/TimelineCells/BaseRoomCell/RoomCellContentView.swift +++ b/Riot/Modules/Room/TimelineCells/BaseRoomCell/RoomCellContentView.swift @@ -171,7 +171,7 @@ final class RoomCellContentView: UIView, NibLoadable { } } -// MARK: - BubbleCellReadReceiptsDisplayable +// MARK: - RoomCellReadReceiptsDisplayable extension RoomCellContentView: RoomCellReadReceiptsDisplayable { func addReadReceiptsView(_ readReceiptsView: UIView) { @@ -186,7 +186,7 @@ extension RoomCellContentView: RoomCellReadReceiptsDisplayable { } } -// MARK: - BubbleCellReactionsDisplayable +// MARK: - RoomCellReactionsDisplayable extension RoomCellContentView: RoomCellReactionsDisplayable { func addReactionsView(_ reactionsView: UIView) { @@ -218,7 +218,7 @@ extension RoomCellContentView: RoomCellReactionsDisplayable { } } -// MARK: - BubbleCellThreadSummaryDisplayable +// MARK: - RoomCellThreadSummaryDisplayable extension RoomCellContentView: RoomCellThreadSummaryDisplayable { func addThreadSummaryView(_ threadSummaryView: ThreadSummaryView) { diff --git a/Riot/Modules/Room/TimelineCells/Call/CallBubbleCellBaseContentView.swift b/Riot/Modules/Room/TimelineCells/Call/CallBubbleCellBaseContentView.swift index f17c652ea..e150ac729 100644 --- a/Riot/Modules/Room/TimelineCells/Call/CallBubbleCellBaseContentView.swift +++ b/Riot/Modules/Room/TimelineCells/Call/CallBubbleCellBaseContentView.swift @@ -112,7 +112,7 @@ extension CallBubbleCellBaseContentView: Themable { } -// MARK: - BubbleCellReadReceiptsDisplayable +// MARK: - RoomCellReadReceiptsDisplayable extension CallBubbleCellBaseContentView: RoomCellReadReceiptsDisplayable { diff --git a/Riot/Modules/Room/TimelineCells/KeyVerification/KeyVerificationBaseBubbleCell.swift b/Riot/Modules/Room/TimelineCells/KeyVerification/KeyVerificationBaseBubbleCell.swift index af1014bea..81b3d851a 100644 --- a/Riot/Modules/Room/TimelineCells/KeyVerification/KeyVerificationBaseBubbleCell.swift +++ b/Riot/Modules/Room/TimelineCells/KeyVerification/KeyVerificationBaseBubbleCell.swift @@ -248,7 +248,7 @@ class KeyVerificationBaseBubbleCell: MXKRoomBubbleTableViewCell { } } -// MARK: - BubbleCellReadReceiptsDisplayable +// MARK: - RoomCellReadReceiptsDisplayable extension KeyVerificationBaseBubbleCell: RoomCellReadReceiptsDisplayable { func addReadReceiptsView(_ readReceiptsView: UIView) {