IView.kt 152 B

12345678
  1. package com.grkj.iscs.base
  2. interface IView {
  3. /**
  4. * Loading显隐
  5. */
  6. // fun setLoadingState(isShow: Boolean, process: String? = null)
  7. }