creating the coordinator for the link action view

This commit is contained in:
Mauro Romito
2022-12-07 18:17:28 +01:00
parent 9797a61384
commit 6882f507a7
9 changed files with 116 additions and 3 deletions

View File

@@ -20,6 +20,7 @@
@class RoomActionsBar;
@class RoomInputToolbarView;
@class LinkActionWrapper;
/**
Destination of the message in the composer
@@ -77,6 +78,8 @@ typedef NS_ENUM(NSUInteger, RoomInputToolbarViewSendMode)
- (void)didChangeMaximisedState: (BOOL) isMaximised;
- (void)didSendLinkAction: (LinkActionWrapper *)linkAction;
@end
/**