Feature/4424 blocking requests

This commit is contained in:
Frank Rotermund
2023-05-02 11:01:58 +00:00
committed by Arnfried Griesert
parent 280d19922f
commit b24c2b4c28
7 changed files with 73 additions and 19 deletions
@@ -30,4 +30,5 @@ protocol ServerDowntimeService {
func downtimeColor() -> UIColor
func downtimeTextColor() -> UIColor
func isSameDay() -> Bool
func isBlocking() -> Bool
}