MXKRoomBubbleTableViewCell: Expose onContentViewTap method.

This commit is contained in:
SBiOSoftWhare
2022-01-31 10:45:15 +01:00
parent 82f236b01c
commit bd7c0f19db
@@ -329,4 +329,7 @@ extern NSString *const kMXKRoomBubbleCellUrlItemInteraction;
/// Add temporary subview to `tmpSubviews` property.
- (void)addTemporarySubview:(UIView*)subview;
/// Called when content view cell is tapped
- (IBAction)onContentViewTap:(UITapGestureRecognizer*)sender;
@end