Newer
Older
OverlayMultiCounter / app / src / main / kotlin / jackall / overlaymulticounter / contract / MainContract.kt
MatsumotoKeiju on 10 Nov 2017 188 bytes [add] Main contract
package jackall.overlaymulticounter.contract

/**
 * Created by matsumoto_k on 2017/11/10.
 */
interface MainContract {
    fun openSetting()
    fun startService()
    fun stopService()
}