/* * Community 组件对应的路由抽象接口 */ abstract class CommunityService { void startCommunityPage(); void startMyPostsPage(); void startMyFollowPage(); void startMyFollowerPage(); }