// // myid_ios_parentApp.swift // import SwiftUI @main struct myid_ios_parentApp: App { var body: some Scene { WindowGroup { ContentView() } } }