Skip to content

Instantly share code, notes, and snippets.

@IoDmitri
Created June 9, 2015 07:44
Show Gist options
  • Save IoDmitri/b7d35e45673b4d9d7854 to your computer and use it in GitHub Desktop.
Save IoDmitri/b7d35e45673b4d9d7854 to your computer and use it in GitHub Desktop.
class myClass{
let myInt: Int
init(){
myInt = 5
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment