Browse Source

Fix deprecation

Florian Friedrich 8 tháng trước cách đây
mục cha
commit
e10c84edd4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Integration/Sources/AppDelegate.swift

+ 1 - 1
Integration/Sources/AppDelegate.swift

@@ -15,7 +15,7 @@
 
 import UIKit
 
-@UIApplicationMain
+@main
 final class AppDelegate: UIResponder, UIApplicationDelegate {
 
     @objc dynamic var window: UIWindow?