Skip to content

Commit 7a35aa0

Browse files
committed
[Chore] #185 - AppDelegate에 final 키워드 추가
1 parent 42f6465 commit 7a35aa0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Neki-iOS/APP/Sources/Application/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import SwiftUI
99
import FirebaseCore
1010

11-
class AppDelegate: NSObject, UIApplicationDelegate {
11+
final class AppDelegate: NSObject, UIApplicationDelegate {
1212
func application(_ application: UIApplication,
1313
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey : Any]? = nil) -> Bool {
1414
FirebaseApp.configure()

0 commit comments

Comments
 (0)