ILoginView.kt 93 B

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