mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 23:48:29 +02:00
5982: Rename action
This commit is contained in:
@@ -21,12 +21,12 @@ import CoreLocation
|
||||
// MARK: View model
|
||||
|
||||
enum StaticLocationViewingViewAction {
|
||||
case cancel
|
||||
case close
|
||||
case share
|
||||
}
|
||||
|
||||
enum StaticLocationViewingViewModelResult {
|
||||
case cancel
|
||||
case close
|
||||
case share(_ coordinate: CLLocationCoordinate2D)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user