Skip to content

Instantly share code, notes, and snippets.

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