Add Flow coordinator and hook up screens.

This commit is contained in:
David Langley
2021-09-17 10:46:40 +01:00
parent f603d7cf4c
commit 935a8ac9d9
14 changed files with 209 additions and 45 deletions
@@ -18,6 +18,5 @@ import Foundation
enum TemplateRoomChatViewAction {
case sendMessage
case cancel
case done
}
@@ -17,6 +17,5 @@
import Foundation
enum TemplateRoomChatViewModelResult {
case cancel
case done
}