package jackall.moncalc.contract /** * Created by matsumoto_k on 2017/11/01. */ interface MainServiceContract { fun showMoveView() fun showRegistView() fun finish() }