Files
PopupView/ExampleOld/ExampleMac/ExampleMacApp.swift
T
2023-05-04 16:36:55 +07:00

18 lines
238 B
Swift

//
// ExampleMacApp.swift
// ExampleMac
//
// Created by Alisa Mylnikova on 17/08/2020.
//
import SwiftUI
@main
struct ExampleMacApp: App {
var body: some Scene {
WindowGroup {
ContentView()
}
}
}