fix file name
This commit is contained in:
@@ -11,7 +11,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
|
||||
) -> Bool {
|
||||
window = UIWindow(frame: UIScreen.main.bounds)
|
||||
if let window = window {
|
||||
window.rootViewController = MainKt.MainViewController()
|
||||
window.rootViewController = MainViewControllerKt.MainViewController()
|
||||
window.makeKeyAndVisible()
|
||||
}
|
||||
return true
|
||||
|
||||
Reference in New Issue
Block a user