Make SceneDelegate final.
This commit is contained in:
parent
b4c8a6920f
commit
bfa7ad55bb
|
@ -10,7 +10,7 @@ import UIKit
|
|||
import UserNotifications
|
||||
import Account
|
||||
|
||||
class SceneDelegate: UIResponder, UIWindowSceneDelegate {
|
||||
final class SceneDelegate: UIResponder, UIWindowSceneDelegate {
|
||||
|
||||
var window: UIWindow?
|
||||
var coordinator: SceneCoordinator!
|
||||
|
|
Loading…
Reference in New Issue