Created
October 4, 2022 12:10
-
-
Save SarahAlsharif/124cd8ce2cc1c0a2c30769cfd3e942af 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
enum OrderState : String, CaseIterable { | |
case shoppingCart = "cart" | |
case payment = "creditcard.fill" | |
case shippingLocation = "mappin.and.ellipse" | |
case complete = "shippingbox.fill" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment