Created
May 14, 2020 14:52
-
-
Save lawreyios/cf8cf4de95eeda0c9c3cf2e0624fd5b7 to your computer and use it in GitHub Desktop.
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
struct Item: Identifiable { | |
var id: Int | |
var title: String | |
var price: Double | |
var description: String | |
var onSale: Bool | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment