OnCue/OnCuePresenter Watch App/OnCuePresenterApp.swift
2024-06-22 12:59:36 +12:00

18 lines
268 B
Swift

//
// OnCuePresenterApp.swift
// OnCuePresenter Watch App
//
// Created by Pradyun Setti on 22/06/2024.
//
import SwiftUI
@main
struct OnCuePresenter_Watch_AppApp: App {
var body: some Scene {
WindowGroup {
ContentView()
}
}
}