mirror of
https://github.com/ysoftdevs/Theatrical-Players-Refactoring-Kata.git
synced 2026-09-19 00:01:36 +02:00
5 lines
68 B
Swift
5 lines
68 B
Swift
struct Performance {
|
|
let playID: String
|
|
let audience: Int
|
|
}
|