mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
BubbleRoomTimelineCellProvider: Handle new text message cells.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user