mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 22:26:59 +02:00
Rename BaseBubbleCell to BaseRoomCell. Rename BaseBubbleCellType to BaseRoomCellProtocol.
This commit is contained in:
@@ -17,13 +17,13 @@
|
||||
import UIKit
|
||||
import MatrixSDK
|
||||
|
||||
@objc protocol SizableBaseBubbleCellType: BaseBubbleCellType {
|
||||
@objc protocol SizableBaseBubbleCellType: BaseRoomCellProtocol {
|
||||
static func sizingViewHeightHashValue(from bubbleCellData: MXKRoomBubbleCellData) -> Int
|
||||
}
|
||||
|
||||
/// `SizableBaseBubbleCell` allows a cell using Auto Layout that inherits from this class to automatically return the height of the cell and cache the result.
|
||||
@objcMembers
|
||||
class SizableBaseBubbleCell: BaseBubbleCell, SizableBaseBubbleCellType {
|
||||
class SizableBaseBubbleCell: BaseRoomCell, SizableBaseBubbleCellType {
|
||||
|
||||
// MARK: - Constants
|
||||
|
||||
|
||||
Reference in New Issue
Block a user