mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 18:12:44 +02:00
Add a generic ErrorAlertInfo type.
Adopt it in Location Sharing and Polls.
This commit is contained in:
@@ -20,7 +20,7 @@ protocol LocationSharingViewModelProtocol {
|
||||
var completion: ((LocationSharingViewModelResult) -> Void)? { get set }
|
||||
|
||||
func startLoading()
|
||||
func stopLoading(error: LocationSharingErrorAlertInfo.AlertType?)
|
||||
func stopLoading(error: LocationSharingAlertType?)
|
||||
}
|
||||
|
||||
extension LocationSharingViewModelProtocol {
|
||||
|
||||
Reference in New Issue
Block a user