This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
chengwenliang
/
Queenabby
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
9589d4f447
Gałęzie
Tagi
master
Queenabby
/
vendor
/
scrivo
/
highlight.php
/
test
/
markup
/
swift
/
functions.txt
functions.txt
98 B
Historia
Czysty
1
2
3
4
5
6
7
8
9
10
protocol Protocol {
func f1()
func f2()
}
class MyClass {
func f() {
return true
}
}