Skip to content

Instantly share code, notes, and snippets.

@feighter09
Last active October 24, 2016 06:17
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 feighter09/17784794d3a35f3bde22a8bee3e1d08f to your computer and use it in GitHub Desktop.
Save feighter09/17784794d3a35f3bde22a8bee3e1d08f to your computer and use it in GitHub Desktop.
// Define Model
struct Person {
let firstName: String
let lastName: String
let age: Int
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment