renaming stuff!
This commit is contained in:
24
OnCuePresenter Watch App/View/MainViewPresenter.swift
Normal file
24
OnCuePresenter Watch App/View/MainViewPresenter.swift
Normal file
@@ -0,0 +1,24 @@
|
||||
//
|
||||
// ContentView.swift
|
||||
// OnCuePresenter Watch App
|
||||
//
|
||||
// Created by Pradyun Setti on 22/06/2024.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
struct MainViewPresenter: View {
|
||||
var body: some View {
|
||||
VStack {
|
||||
Image(systemName: "globe")
|
||||
.imageScale(.large)
|
||||
.foregroundStyle(.tint)
|
||||
Text("Hello, world!")
|
||||
}
|
||||
.padding()
|
||||
}
|
||||
}
|
||||
|
||||
#Preview {
|
||||
MainViewPresenter()
|
||||
}
|
||||
Reference in New Issue
Block a user