iMovies/iMovies/iMoviesVIPER/App/AppDelegate.swift

20 lines
395 B
Swift

//
// AppDelegate.swift
// iMoviesVIPER
//
// Created by Eyüp Yasuntimur on 5.01.2023.
//
import UIKit
@main
class AppDelegate: UIResponder, UIApplicationDelegate {
func application(_ application: UIApplication,
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
app.router.start()
return true
}
}