Skip to content

Instantly share code, notes, and snippets.

@scottfister
Created April 17, 2017 17:17
Show Gist options
  • Save scottfister/d50d893dc85afc5b8a739599f2df1e03 to your computer and use it in GitHub Desktop.
Save scottfister/d50d893dc85afc5b8a739599f2df1e03 to your computer and use it in GitHub Desktop.
final class Deck {
var id: String?
var title: String?
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment