Skip to content

Instantly share code, notes, and snippets.

@stevencurtis
Created July 8, 2020 09:50
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 stevencurtis/d964342445a0c7bfee68f2de37e95fd0 to your computer and use it in GitHub Desktop.
Save stevencurtis/d964342445a0c7bfee68f2de37e95fd0 to your computer and use it in GitHub Desktop.
peoplemodel
extension PeopleModel: CustomDebugStringConvertible {
var debugDescription: String {return name}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment