Skip to content

Instantly share code, notes, and snippets.

@lizixroy
Created September 7, 2016 02:16
Show Gist options
  • Save lizixroy/a47bcdda4e86dec5c60786ef8500814a to your computer and use it in GitHub Desktop.
Save lizixroy/a47bcdda4e86dec5c60786ef8500814a to your computer and use it in GitHub Desktop.
class Example {
let name: String
int(name: String) {
self.name = name
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment