mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-29 04:36:58 +02:00
+1
@@ -18,5 +18,6 @@ import Foundation
|
||||
|
||||
enum SpaceCreationSettingsCoordinatorAction {
|
||||
case cancel
|
||||
case back
|
||||
case didSetupParameters
|
||||
}
|
||||
|
||||
+1
@@ -22,6 +22,7 @@ import UIKit
|
||||
/// Actions send from the `View` to the `ViewModel`.
|
||||
enum SpaceCreationSettingsViewAction {
|
||||
case cancel
|
||||
case back
|
||||
case done
|
||||
case pickImage(_ sourceRect: CGRect)
|
||||
case nameChanged(_ newValue: String)
|
||||
|
||||
+1
@@ -23,5 +23,6 @@ import UIKit
|
||||
enum SpaceCreationSettingsViewModelAction {
|
||||
case done
|
||||
case cancel
|
||||
case back
|
||||
case pickImage(_ sourceRect: CGRect)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user