This website requires JavaScript.
Explore
Help
Sign In
dnrops
/
rocket
Watch
1
Star
0
Fork
You've already forked rocket
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4590c8f642
rocket
/
Sources
/
RocketLib
/
Checks
/
Check.swift
8 lines
109 B
Swift
Raw
Blame
History
public
protocol
Check
{
init
(
)
var
errorMessage
:
String
{
get
}
func
check
(
)
->
Bool
}
Reference in New Issue
View Git Blame
Copy Permalink