Showing
1 changed file
with
1 additions
and
1 deletions
| 1 | import UIKit | 1 | import UIKit |
| 2 | import Flutter | 2 | import Flutter |
| 3 | 3 | ||
| 4 | -@UIApplicationMain | 4 | +@main |
| 5 | @objc class AppDelegate: FlutterAppDelegate { | 5 | @objc class AppDelegate: FlutterAppDelegate { |
| 6 | override func application( | 6 | override func application( |
| 7 | _ application: UIApplication, | 7 | _ application: UIApplication, |
-
Please register or login to post a comment