Files

11 lines
98 B
Plaintext
Raw Permalink Normal View History

2021-04-07 19:25:18 -04:00
protocol Protocol {
func f1()
func f2()
}
class MyClass {
func f() {
return true
}
}