Skip to content

Instantly share code, notes, and snippets.

@MoussaHellal
Created June 25, 2023 11:16
Show Gist options
  • Save MoussaHellal/253969be61e3e48f45b44e59b86f78e0 to your computer and use it in GitHub Desktop.
Save MoussaHellal/253969be61e3e48f45b44e59b86f78e0 to your computer and use it in GitHub Desktop.
Enum to handle navigation cases for Drinky project
//
// DrinkyNavigation.swift
// CompleteNavigationSwiftUI
//
// Created by Moussa on 25/6/2023.
//
import Foundation
enum DrinkyNavigation {
case drinkyDetails
case drinkyIngredients
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment