RoomBubbleCellData: Add a method to get first visible component index.

This commit is contained in:
SBiOSoftWhare
2019-07-08 18:34:08 +02:00
parent 129c9d9bcc
commit 086b6ab2b1
2 changed files with 29 additions and 0 deletions
@@ -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