diff options
Diffstat (limited to 'Hotline/State/AppState.swift')
| -rw-r--r-- | Hotline/State/AppState.swift | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Hotline/State/AppState.swift b/Hotline/State/AppState.swift index 558af2a..3aadf08 100644 --- a/Hotline/State/AppState.swift +++ b/Hotline/State/AppState.swift @@ -11,6 +11,8 @@ final class AppState { private init() { } + + var bonjourState = BonjourState() var activeHotline: HotlineState? = nil var activeServerState: ServerState? = nil |