Skip to content

Instantly share code, notes, and snippets.

@softauthor
Last active March 29, 2020 02:06
Show Gist options
  • Save softauthor/e2447164c2ab9545cbc5139f752fe8ad to your computer and use it in GitHub Desktop.
Save softauthor/e2447164c2ab9545cbc5139f752fe8ad to your computer and use it in GitHub Desktop.
import SwiftUI
struct ContentView: View {
var body: some View {
List() {
Text("")
}
}
}
struct ContentView_Previews: PreviewProvider {
static var previews: some View {
ContentView()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment