Skip to content

Instantly share code, notes, and snippets.

@saru2020
Created May 20, 2019 07:53
Show Gist options
  • Save saru2020/ed8758a82d94b0edd5139a4d95f0bec4 to your computer and use it in GitHub Desktop.
Save saru2020/ed8758a82d94b0edd5139a4d95f0bec4 to your computer and use it in GitHub Desktop.
let contacts = [
Contact(firstName: "first", lastName: "1", email: "some@one1.com", age: 20, courseDuration: 12),
Contact(firstName: "Second", lastName: "2", email: "some@one2.com", age: 22, courseDuration: 16),
Contact(firstName: "Third", lastName: "3", email: "some@one3.com", age: 30, courseDuration: 22)
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment