mirror of
https://github.com/exyte/PopupView.git
synced 2026-06-06 20:18:33 +00:00
Restore macOS and tvOS
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// ExampleMacApp.swift
|
||||
// ExampleMac
|
||||
//
|
||||
// Created by Alisa Mylnikova on 17/08/2020.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
@main
|
||||
struct ExampleMacApp: App {
|
||||
var body: some Scene {
|
||||
WindowGroup {
|
||||
ContentView()
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user