MXKRoomBubbleTableViewCell: Add convenient method to add temporary subview.

This commit is contained in:
SBiOSoftWhare
2022-01-18 14:25:43 +01:00
parent 106891a173
commit a874ed080d
2 changed files with 13 additions and 0 deletions
@@ -325,4 +325,7 @@ extern NSString *const kMXKRoomBubbleCellUrlItemInteraction;
*/
- (void)setupViews;
/// Add temporary subview to `tmpSubviews` property.
- (void)addTmpSubview:(UIView*)subview;
@end