Skip to content

Instantly share code, notes, and snippets.

@saru2020
Created May 20, 2019 07:53
Show Gist options
  • Select an option

  • Save saru2020/ed8758a82d94b0edd5139a4d95f0bec4 to your computer and use it in GitHub Desktop.

Select an option

Save saru2020/ed8758a82d94b0edd5139a4d95f0bec4 to your computer and use it in GitHub Desktop.
let contacts = [
Contact(firstName: "first", lastName: "1", email: "[email protected]", age: 20, courseDuration: 12),
Contact(firstName: "Second", lastName: "2", email: "[email protected]", age: 22, courseDuration: 16),
Contact(firstName: "Third", lastName: "3", email: "[email protected]", age: 30, courseDuration: 22)
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment