another.im-ios/Monal/another.im/AnotherIMApp.swift
2024-11-18 15:53:52 +01:00

19 lines
282 B
Swift

//
// another_imApp.swift
// another.im
//
// Created by Wo It on 18.11.24.
// Copyright © 2024 monal-im.org. All rights reserved.
//
import SwiftUI
@main
struct AnotherIMApp: App {
var body: some Scene {
WindowGroup {
ContentView()
}
}
}