8 lines
109 B
Swift
Raw Normal View History

protocol Randomable: CaseIterable {
// MARK: Functions
static func random() -> Self
}