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