creating the coordinator for the link action view

This commit is contained in:
Mauro Romito
2022-12-07 18:17:28 +01:00
parent c0b4e19c9b
commit 34ca74d0c2
9 changed files with 116 additions and 3 deletions
@@ -84,6 +84,8 @@ final class ComposerViewModel: ComposerViewModelType, ComposerViewModelProtocol
callback?(.cancel)
case let .contentDidChange(isEmpty):
callback?(.contentDidChange(isEmpty: isEmpty))
case let .linkTapped(linkAction):
callback?(.linkTapped(LinkAction: linkAction))
}
}