mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
dccd3e09be
Swift SVN r16595
5 lines
77 B
Swift
5 lines
77 B
Swift
enum GraphicType: Int {
|
|
case RectangleType = 1
|
|
case CircleType = 2
|
|
}
|