Skip to content

Commit eb80702

Browse files
committed
Add mountain style
1 parent 0498cd2 commit eb80702

File tree

4 files changed

+37
-0
lines changed

4 files changed

+37
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
//
2+
// File.swift
3+
//
4+
//
5+
// Created by mohammadmahdi moayeri on 3/13/24.
6+
//
7+
8+
import Foundation
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
//
2+
// SwiftUIView.swift
3+
//
4+
//
5+
// Created by mohammadmahdi moayeri on 3/13/24.
6+
//
7+
8+
import SwiftUI
9+
10+
struct SwiftUIView: View {
11+
var body: some View {
12+
Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/)
13+
}
14+
}
15+
16+
#Preview {
17+
SwiftUIView()
18+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import SwiftUI
2+
3+
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
//
2+
// File.swift
3+
//
4+
//
5+
// Created by mohammadmahdi moayeri on 3/13/24.
6+
//
7+
8+
import Foundation

0 commit comments

Comments
 (0)