mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 09:32:52 +02:00
Feature/5031 maintenance error handling
This commit is contained in:
@@ -35,6 +35,7 @@ enum ServerDowntimeType: String {
|
||||
|
||||
protocol ServerDowntimeService {
|
||||
func fetchDowntimes(session: MXSession, completion: @escaping () -> Void)
|
||||
func loadDowntimes(downtimes: [[String: Any]]) throws
|
||||
func isDowntimePresentable() -> Bool
|
||||
func downtimeText() -> String
|
||||
func downtimeColor() -> UIColor
|
||||
|
||||
Reference in New Issue
Block a user