Please enable JavaScript in your browser!
Home
Esplora
Aiuto
Accedi
guadoutech
/
YYHome
Segui
3
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
77c62285f2
Rami (Branch)
Tag
dev
master
YYHome
/
packages
/
cs_router
/
lib
/
componentRouter
/
community_service.dart
community_service.dart
121 B
Cronologia
Originale
1
2
3
4
5
6
7
8
9
/*
* Community 组件对应的路由抽象接口
*/
abstract class CommunityService {
void startCommunityPage();
}