一网通办ios
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 

23 righe
317 B

  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. }