mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
color improvements and implementing the cancel callback
This commit is contained in:
@@ -95,3 +95,13 @@ extension FormatType {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
enum ComposerViewAction {
|
||||
case cancel
|
||||
}
|
||||
|
||||
enum ComposerViewModelResult {
|
||||
case cancel
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user