BubbleRoomTimelineCellProvider: Handle new text message cells.

This commit is contained in:
SBiOSoftWhare
2022-02-07 16:36:32 +01:00
parent db30e2b869
commit 497c773cbf
2 changed files with 53 additions and 10 deletions
@@ -22,6 +22,10 @@ NS_ASSUME_NONNULL_BEGIN
#pragma mark - Registration
- (void)registerIncomingTextMessageCellsForTableView:(UITableView*)tableView;
- (void)registerOutgoingTextMessageCellsForTableView:(UITableView*)tableView;
- (void)registerVoiceMessageCellsForTableView:(UITableView*)tableView;
- (void)registerPollCellsForTableView:(UITableView*)tableView;
@@ -30,6 +34,8 @@ NS_ASSUME_NONNULL_BEGIN
#pragma mark - Mapping
- (NSDictionary<NSNumber*, Class>*)incomingTextMessageCellsMapping;
- (NSDictionary<NSNumber*, Class>*)outgoingTextMessageCellsMapping;
- (NSDictionary<NSNumber*, Class>*)outgoingAttachmentCellsMapping;