another.im-ios/AnotherIM/AnotherIMApp.swift

12 lines
157 B
Swift
Raw Normal View History

2024-06-19 15:06:39 +00:00
import Combine
import SwiftUI
@main
struct AnotherIMApp: App {
var body: some Scene {
WindowGroup {
StartScreen()
}
}
}