/* * Main 组件对应的路由抽象接口 */ abstract class MainService { void startMainPage(); void startSettingPage(); }