Skip to content

Instantly share code, notes, and snippets.

@mattcomi
Created April 19, 2016 05:28
Show Gist options
  • Save mattcomi/7e066f45649abdfe11065dac24946825 to your computer and use it in GitHub Desktop.
Save mattcomi/7e066f45649abdfe11065dac24946825 to your computer and use it in GitHub Desktop.
var description: String {
return "\(self.dynamicType)(name: \(name), age: \(age), social: \(social))"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment