Newer
Older
OverlayMultiCounter / app / src / main / kotlin / jackall / overlaymulticounter / contract / MainServiceContract.kt
MatsumotoKeiju on 8 Nov 2017 194 bytes [add] Counter view to finish and minimization
  1. package jackall.overlaymulticounter.contract
  2.  
  3. /**
  4. * Created by matsumoto_k on 2017/11/08.
  5. */
  6. interface MainServiceContract {
  7. fun showMoveView()
  8. fun showCounterView()
  9. fun finish()
  10. }