Make SceneDelegate final.

This commit is contained in:
Brent Simmons 2024-05-05 22:43:52 -07:00
parent b4c8a6920f
commit bfa7ad55bb
1 changed files with 1 additions and 1 deletions

View File

@ -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!