MainProject.AppDelegate The AppDelegate is a class that acts as the entry point for your app. <img width="762" alt="image" src="https://github.com/user-attachments/assets/f3697ffd-fc7d-416f-907a-1486c6a2dece" /> ``` @main class AppDelegate: UIResponder, UIApplicationDelegate { ... ```