Skip to content

Instantly share code, notes, and snippets.

@yabenatti
Created November 9, 2017 23:59
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 yabenatti/3706c5eb3516dd32ee32fb9c599b7c38 to your computer and use it in GitHub Desktop.
Save yabenatti/3706c5eb3516dd32ee32fb9c599b7c38 to your computer and use it in GitHub Desktop.
MiniCursoIFSPSwiftProperties
let nonMutableProperty = "this content cannot change"
var mutableProperty = "this content can be changed"
mutableProperty = "changing variable content"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment