mirror of
https://github.com/ivanvorobei/SwiftUI.git
synced 2026-05-20 14:47:12 +02:00
Update
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
// Copyright © 2019 Poikile Creations. All rights reserved.
|
||||
|
||||
import SwiftUI
|
||||
|
||||
struct Home : View {
|
||||
var body: some View {
|
||||
VStack {
|
||||
Text("Hello World")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#if DEBUG
|
||||
struct Home_Previews : PreviewProvider {
|
||||
static var previews: some View {
|
||||
Home()
|
||||
}
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user