rocket/Sources/RocketLib/Checks/Check.swift

5 lines
62 B
Swift

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