mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 00:24:43 +02:00
AppDelegate: Add comments for window property.
This commit is contained in:
@@ -22,13 +22,13 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
|
||||
|
||||
// MARK: - Properties
|
||||
|
||||
var window: UIWindow?
|
||||
// MARK: Private
|
||||
|
||||
private var legacyAppDelegate: LegacyAppDelegate {
|
||||
return AppDelegate.theDelegate()
|
||||
}
|
||||
|
||||
// MARK: - Public
|
||||
// MARK: Public
|
||||
|
||||
/// Call the Riot legacy AppDelegate
|
||||
@objc class func theDelegate() -> LegacyAppDelegate {
|
||||
@@ -38,6 +38,11 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
|
||||
return legacyAppDelegate
|
||||
}
|
||||
|
||||
// UIApplicationDelegate properties
|
||||
|
||||
/// Main application window
|
||||
var window: UIWindow?
|
||||
|
||||
// MARK: - UIApplicationDelegate
|
||||
|
||||
// MARK: Life cycle
|
||||
|
||||
Reference in New Issue
Block a user