MXKRoomBubbleCellData: Add convenient method.

This commit is contained in:
SBiOSoftWhare
2022-01-13 16:54:45 +01:00
parent f34710faa0
commit cf21517bc4
2 changed files with 27 additions and 0 deletions
@@ -163,4 +163,11 @@
*/
- (MXKRoomBubbleComponent*)getFirstBubbleComponentWithDisplay;
/**
Get the last visible component.
@return Last visible component or nil.
*/
- (MXKRoomBubbleComponent*)getLastBubbleComponentWithDisplay;
@end