Adapt MXEventTimeline changes

This commit is contained in:
ismailgulek
2021-12-15 01:44:04 +03:00
parent 902d81490f
commit d211d6640c
12 changed files with 21 additions and 23 deletions
@@ -138,7 +138,7 @@ extern NSString *const kMXKRoomDataSourceTimelineErrorErrorKey;
The timeline being managed. It can be the live timeline of the room
or a timeline from a past event, initialEventId.
*/
@property (nonatomic, readonly) MXEventTimeline *timeline;
@property (nonatomic, readonly) id<MXEventTimeline> timeline;
/**
Flag indicating if the data source manages, or will manage, a live timeline.