Rename BubbleCellReactionsDisplayable to RoomCellReactionsDisplayable.

This commit is contained in:
SBiOSoftWhare
2022-02-16 10:42:19 +01:00
parent ec132b86b1
commit b3fd5d41c9
11 changed files with 12 additions and 12 deletions
@@ -16,7 +16,7 @@
import Foundation
class VoiceMessageBubbleCell: SizableBaseBubbleCell, BubbleCellReactionsDisplayable {
class VoiceMessageBubbleCell: SizableBaseBubbleCell, RoomCellReactionsDisplayable {
private(set) var playbackController: VoiceMessagePlaybackController!