another.im-ios/Monal/another.im/AnotherIMApp.swift

19 lines
282 B
Swift
Raw Normal View History

2024-11-18 14:53:52 +00:00
//
// 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()
}
}
}