Update after review

This commit is contained in:
Gil Eluard
2021-04-08 15:19:02 +02:00
parent 6e27ae3c98
commit b68a9b06c3
5 changed files with 44 additions and 38 deletions
@@ -21,6 +21,8 @@
#import "MXRoomSummary+Riot.h"
#import "TypingUserInfo.h"
@protocol RoomDataSourceDelegate;
/**
@@ -51,7 +53,7 @@
/**
List of members who are typing in the room.
*/
@property(nonatomic, nullable) NSArray *currentTypingUsers;
@property(nonatomic, nullable) NSArray<TypingUserInfo *> *currentTypingUsers;
/**
Check if there is an active jitsi widget in the room and return it.