mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 00:24:43 +02:00
RoomBubbleCellData: Add a method to get first visible component index.
This commit is contained in:
@@ -80,6 +80,10 @@ typedef NS_ENUM(NSInteger, RoomBubbleCellDataTag)
|
||||
*/
|
||||
- (void)updateAdditionalContentHeightIfNeeded;
|
||||
|
||||
/**
|
||||
The index of the first visible component. NSNotFound by default.
|
||||
*/
|
||||
- (NSInteger)firstVisibleComponentIndex;
|
||||
|
||||
#pragma mark - Show all reactions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user