一网通办ios
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

18 lines
262 B

  1. //
  2. // im_client_iosApp.swift
  3. // im-client-ios
  4. //
  5. // Created by 北京居家科技有限公司 on 2021/12/27.
  6. //
  7. import SwiftUI
  8. @main
  9. struct im_client_iosApp: App {
  10. var body: some Scene {
  11. WindowGroup {
  12. ContentView()
  13. }
  14. }
  15. }