Skip to content

Instantly share code, notes, and snippets.

@BLCKBIRDS
Last active July 2, 2019 06:29
Show Gist options
  • Save BLCKBIRDS/2aaa9c237d6b9da24823715b54a5dc8f to your computer and use it in GitHub Desktop.
Save BLCKBIRDS/2aaa9c237d6b9da24823715b54a5dc8f to your computer and use it in GitHub Desktop.
struct ContentView : View {
var body: some View {
VStack {
WelcomeText()
Image("userImage")
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment