Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tedgonzalez/aa0b6c5e67f03d3b5b12bc9e3a9751e8 to your computer and use it in GitHub Desktop.
Save tedgonzalez/aa0b6c5e67f03d3b5b12bc9e3a9751e8 to your computer and use it in GitHub Desktop.
struct PackageDelivery: Codable, Equatable {
let date: String
let size: String
let totalCost: String
let weight: String
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment