Add comments.

This commit is contained in:
SBiOSoftWhare
2020-08-03 19:43:45 +02:00
parent 9956426873
commit c865e7f5d1
9 changed files with 9 additions and 0 deletions
@@ -20,6 +20,7 @@ import UIKit
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 {