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