Created
May 22, 2019 07:24
-
-
Save AppleCEO/a33b184d0b6c8d7d1039fd82dc5d901f to your computer and use it in GitHub Desktop.
Barcode
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
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