File size: 240 Bytes
afdbffc
 
 
 
 
 
 
 
 
 
 
 
 
0a56873
afdbffc
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//
//  WatchAppApp.swift
//  WatchApp Watch App
//
//  Created by DarkHorse on 6/28/23.
//

import SwiftUI

@main
struct WatchApp_Watch_AppApp: App {
    var body: some Scene {
        WindowGroup {
            MainView()
        }
    }
}