一网通办ios
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

AppDelegate.swift 317 B

há 2 anos
12345678910111213141516171819202122
  1. //
  2. // AppDelegate.swift
  3. // im-client-ios
  4. //
  5. // Created by 北京居家科技有限公司 on 2022/2/25.
  6. //
  7. import UIKit
  8. import UserNotifications
  9. @UIApplicationMain
  10. class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterDelegate {
  11. var window: UIWindow?
  12. }