//// AppDelegate.swift// MovieLJY//// Created by comsoft on 2026/05/04.// import UIKit @mainclass AppDelegate: UIResponder, UIApplicationDelegate { func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { // Override point for customization after application launch. return true } //..