Skip to content

Instantly share code, notes, and snippets.

@vialyx
Created October 15, 2018 04:02
Show Gist options
  • Save vialyx/e21eda1fbfee0c28cd592395d5e205b7 to your computer and use it in GitHub Desktop.
Save vialyx/e21eda1fbfee0c28cd592395d5e205b7 to your computer and use it in GitHub Desktop.
struct Card: CardType {
var holderName: String
var number: String
var expiration: String?
var month: String? { return "" }
var year: String? { return "" }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment