Skip to content

Instantly share code, notes, and snippets.

@lizixroy
Created September 7, 2016 02:50
Show Gist options
  • Save lizixroy/6ca7d4003ec8b10653c7eab9b8fec05d to your computer and use it in GitHub Desktop.
Save lizixroy/6ca7d4003ec8b10653c7eab9b8fec05d 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