metatext-app-ios-iphone-ipad/Shared/MetatextApp.swift

13 lines
196 B
Swift
Raw Normal View History

2020-07-19 04:12:32 +02:00
// Copyright © 2020 Metabolist. All rights reserved.
2020-07-19 04:06:12 +02:00
import SwiftUI
@main
struct MetatextApp: App {
var body: some Scene {
WindowGroup {
ContentView()
}
}
}