Created
October 15, 2018 04:02
-
-
Save vialyx/e21eda1fbfee0c28cd592395d5e205b7 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 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