Files
matrix-rust-sdk/bindings/apple/MatrixRustSDK/MatrixRustSDKApp.swift
Benjamin Kampmann e3503fe102 ci: one more move
2022-05-18 11:56:38 +02:00

18 lines
244 B
Swift

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