import UIKit class AppDelegate: UIResponder, UIApplicationDelegate { private func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) async -> Bool { await UserInfoManager.preloadCache() return true } }