Skip to content

Instantly share code, notes, and snippets.

@SarahAlsharif
Created October 4, 2022 12:08
Show Gist options
  • Save SarahAlsharif/dc1cb2e04bef49c95f34951e864c90f4 to your computer and use it in GitHub Desktop.
Save SarahAlsharif/dc1cb2e04bef49c95f34951e864c90f4 to your computer and use it in GitHub Desktop.
enum FoodDeliveryState : String, CaseIterable {
case orderReceived = "checkmark.circle"
case preparingOrder = "takeoutbag.and.cup.and.straw"
case onItsWay = "bicycle"
case delivered = "house"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment