MXKRoomBubbleCellData: Add convenient method.

This commit is contained in:
SBiOSoftWhare
2022-01-13 16:54:45 +01:00
parent 71981f270c
commit 80391fba8c
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