rocket/Sources/RocketLib/Checks/Check.swift

5 lines
55 B
Swift

protocol Check {
init()
func check() -> Bool
}