MESSENGER-4157 Better Texts for downtime warnings

This commit is contained in:
Frank Rotermund
2023-03-01 08:47:25 +01:00
parent 41a266871e
commit 8741d904e9
6 changed files with 43 additions and 17 deletions
@@ -29,4 +29,5 @@ protocol ServerDowntimeService {
func downtimeText() -> String
func downtimeColor() -> UIColor
func downtimeTextColor() -> UIColor
func isSameDay() -> Bool
}