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
package jackall.overlaymulticounter.contract

/**
 * Created by matsumoto_k on 2017/11/08.
 */
interface MainServiceContract {
    fun showMoveView()
    fun showCounterView()
    fun finish()
}