Commit e43b34965e2795b199bca561536b6f94bb2f305a
1 parent
36627d6f
添加 YYCategories
Showing
2 changed files
with
3 additions
and
2 deletions
Podfile
metaCode/Classes/Other/AppDelegate.swift
| @@ -10,7 +10,7 @@ import UIKit | @@ -10,7 +10,7 @@ import UIKit | ||
| 10 | @main | 10 | @main |
| 11 | class AppDelegate: UIResponder, UIApplicationDelegate { | 11 | class AppDelegate: UIResponder, UIApplicationDelegate { |
| 12 | var window: UIWindow? | 12 | var window: UIWindow? |
| 13 | - | 13 | + |
| 14 | 14 | ||
| 15 | func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { | 15 | func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { |
| 16 | 16 |