import SwiftUI @main struct CueIOSApp: App { @State private var ble = BLEManager() var body: some Scene { WindowGroup { ContentView() } } }