another.im-ios/AnotherIM/AnotherIMApp.swift
2024-12-17 14:08:59 +01:00

13 lines
185 B
Swift

import Combine
import SwiftUI
@main
struct AnotherIMApp: App {
var body: some Scene {
WindowGroup {
// StartScreen()
TestScreen()
}
}
}