Created
June 12, 2020 00:25
-
-
Save Vandcarlos/a3278f00339e1f2e07b4dfb5c4ab0e09 to your computer and use it in GitHub Desktop.
It's a gist of file https://github.com/Vandcarlos/Pet-Stuffs-MVC/blob/master/Pet%20Stuffs%20MVC/Features/Stuff%20Form/StuffForm.swift to use in medium
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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