Please enable JavaScript in your browser!
Startseite
Erkunden
Hilfe
Anmelden
guadoutech
/
YYHome
Beobachten
3
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
866e7f60e3
Branches
Tags
dev
master
YYHome
/
packages
/
cs_router
/
lib
/
componentRouter
/
community_service.dart
community_service.dart
121 B
Verlauf
Originalformat
1
2
3
4
5
6
7
8
9
/*
* Community 组件对应的路由抽象接口
*/
abstract class CommunityService {
void startCommunityPage();
}