Skip to content

Instantly share code, notes, and snippets.

@cipolleschi
Created August 21, 2020 20:03
Show Gist options
  • Save cipolleschi/40b48ff3df7a36d5b5eab82501148885 to your computer and use it in GitHub Desktop.
Save cipolleschi/40b48ff3df7a36d5b5eab82501148885 to your computer and use it in GitHub Desktop.
protocol Product {
var price: Decimal { get }
var releaseDate: Date { get }
}
protocol Discountable {
var discount: Double { get }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment