MXKRoomBubbleTableViewCell: Update a method name.

This commit is contained in:
SBiOSoftWhare
2022-01-20 15:33:39 +01:00
parent 5bdeed6358
commit abf64cf311
3 changed files with 7 additions and 7 deletions
@@ -326,6 +326,6 @@ extern NSString *const kMXKRoomBubbleCellUrlItemInteraction;
- (void)setupViews;
/// Add temporary subview to `tmpSubviews` property.
- (void)addTmpSubview:(UIView*)subview;
- (void)addTemporarySubview:(UIView*)subview;
@end