mirror of
https://github.com/exyte/PopupView.git
synced 2026-05-07 20:12:47 +00:00
18 lines
279 B
Swift
18 lines
279 B
Swift
//
|
|
// PopupWatchExampleApp.swift
|
|
// PopupWatchExample Watch App
|
|
//
|
|
// Created by Alisa Mylnikova on 15.05.2023.
|
|
//
|
|
|
|
import SwiftUI
|
|
|
|
@main
|
|
struct PopupWatchExample_Watch_AppApp: App {
|
|
var body: some Scene {
|
|
WindowGroup {
|
|
ContentView()
|
|
}
|
|
}
|
|
}
|