Files
matrix-rust-sdk/bindings/apple/MatrixRustSDK/MatrixRustSDKApp.swift
T

18 lines
244 B
Swift
Raw Normal View History

2022-04-12 16:36:31 +02:00
//
// MatrixRustSDKApp.swift
// MatrixRustSDK
//
// Created by Stefan Ceriu on 08.02.2022.
//
import SwiftUI
@main
struct MatrixRustSDKApp: App {
var body: some Scene {
WindowGroup {
ContentView()
}
}
}