PCFood
public enum PCFood : String, Codable, Equatable, CaseIterable
                Undocumented
- 
                  
                  
Undocumented
Declaration
Swift
case bakery = "bakery" - 
                  
                  
Undocumented
Declaration
Swift
case bistro = "bistro" - 
                  
                  
Undocumented
Declaration
Swift
case cafe = "cafe" - 
                  
                  
Undocumented
Declaration
Swift
case restaurant = "restaurant" - 
                  
                  
Undocumented
Declaration
Swift
case takeaway = "takeaway" 
View on GitHub
        PCFood Enumeration Reference