Skip to content

Instantly share code, notes, and snippets.

@AppleCEO
Created May 22, 2019 07:24
Show Gist options
  • Save AppleCEO/a33b184d0b6c8d7d1039fd82dc5d901f to your computer and use it in GitHub Desktop.
Save AppleCEO/a33b184d0b6c8d7d1039fd82dc5d901f to your computer and use it in GitHub Desktop.
Barcode
enum Barcode {
case upc(Int, Int, Int, Int)
case qrCode(String)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment