IHomeView.kt 92 B

12345
  1. package com.grkj.iscs.iview
  2. import com.grkj.iscs.base.IView
  3. interface IHomeView : IView {}