Skip to content

Instantly share code, notes, and snippets.

@SarahAlsharif
Created October 4, 2022 12:10
Show Gist options
  • Save SarahAlsharif/124cd8ce2cc1c0a2c30769cfd3e942af to your computer and use it in GitHub Desktop.
Save SarahAlsharif/124cd8ce2cc1c0a2c30769cfd3e942af to your computer and use it in GitHub Desktop.
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