// // MatrixRustSDKApp.swift // MatrixRustSDK // // Created by Stefan Ceriu on 08.02.2022. // import SwiftUI @main struct MatrixRustSDKApp: App { var body: some Scene { WindowGroup { ContentView() } } }