th_service.dart 97 B

1234567
  1. /// TH组件对应的路由抽象接口
  2. abstract class THService {
  3. void startTHMainPage();
  4. }