Skip to content

Instantly share code, notes, and snippets.

@rcerrejon
Created April 7, 2017 08:32
Show Gist options
  • Save rcerrejon/433bbdffdb96458e9a6e85a45f48bc2a to your computer and use it in GitHub Desktop.
Save rcerrejon/433bbdffdb96458e9a6e85a45f48bc2a to your computer and use it in GitHub Desktop.
Constants
// Between import and class
struct Constants {
static var stringVar = "foo"
static var intVar = 34
}
// Call it like:
Constants.stringVar = "bar"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment