Files
AlisaMylnikova 31b22b4e02 Add watchOS
2023-05-15 13:21:07 +07:00

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()
}
}
}