Skip to content

Instantly share code, notes, and snippets.

@d-srd
Created September 20, 2019 06:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save d-srd/df214de5dc5753534c13166bf2a2ef66 to your computer and use it in GitHub Desktop.
Save d-srd/df214de5dc5753534c13166bf2a2ef66 to your computer and use it in GitHub Desktop.
struct HighScoreView: View {
@EnvironmentObject var highScore: HighScore
var body: some View {
Text(highScore.value)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment