diff --git a/Riot/Modules/Room/Views/BubbleCells/Common/MXKRoomBubbleTableViewCell.h b/Riot/Modules/Room/Views/BubbleCells/Common/MXKRoomBubbleTableViewCell.h index 410747d1d..effdb3ef8 100644 --- a/Riot/Modules/Room/Views/BubbleCells/Common/MXKRoomBubbleTableViewCell.h +++ b/Riot/Modules/Room/Views/BubbleCells/Common/MXKRoomBubbleTableViewCell.h @@ -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