Skip to content

Instantly share code, notes, and snippets.

@Vandcarlos
Created June 12, 2020 00:25
Show Gist options
  • Select an option

  • Save Vandcarlos/a3278f00339e1f2e07b4dfb5c4ab0e09 to your computer and use it in GitHub Desktop.

Select an option

Save Vandcarlos/a3278f00339e1f2e07b4dfb5c4ab0e09 to your computer and use it in GitHub Desktop.
import Foundation
struct StuffForm {
let uuid: String?
let petUuid: String
let name: String
let type: String
let price: Double
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment