Skip to content

Instantly share code, notes, and snippets.

@ts95
Last active October 21, 2017 07:05
Show Gist options
  • Save ts95/815d815d381d929bab00f61e301eb19b to your computer and use it in GitHub Desktop.
Save ts95/815d815d381d929bab00f61e301eb19b to your computer and use it in GitHub Desktop.
Book.swift
struct Book: Codable {
var isbn: String
var title: String
var authors: [String]
var year: Int
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment