Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
guadoutech
/
YYHome
Watch
3
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
68a02cd481
Branches
Tags
dev
master
YYHome
/
packages
/
cs_router
/
lib
/
componentRouter
/
property_service.dart
property_service.dart
118 B
History
Raw
1
2
3
4
5
6
7
8
9
/*
* Property 组件对应的路由抽象接口
*/
abstract class PropertyService {
void startPropertyPage();
}