x cord와 맥북

김강민·2025년 3월 6일

//
// ContentView.swift
// kang min
//
// Created by rst120 on 3/6/25.
//

import SwiftUI

struct ContentView: View {
var body: some View {
VStack {
Image(systemName: "globe")
.imageScale(.large)
.foregroundStyle(.tint)
Text("Hello, world!")
}
.padding()
}
}unowned

#Preview {
ContentView()
}
{Data
}

profile
긍정적인 mind and 성공의 비결입니다

0개의 댓글