// // im_client_iosApp.swift // im-client-ios // // Created by 北京居家科技有限公司 on 2021/12/27. // import SwiftUI @main struct im_client_iosApp: App { var body: some Scene { WindowGroup { ContentView() } } }