|
- //
- // AppDelegate.swift
- // im-client-ios
- //
- // Created by 北京居家科技有限公司 on 2022/2/25.
- //
-
- import UIKit
- import UserNotifications
-
- @UIApplicationMain
- class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterDelegate {
-
- var window: UIWindow?
-
-
-
-
-
- }
-
|