Schulung_iOS/Color.swift
2025-10-21 13:34:14 +02:00

9 lines
89 B
Swift

enum Farbe {
case red
case green
case yellow
}
//var color: Color { get }