package com.derson.pumelo.mvp; /** * Created by chengli on 15/8/8. */ public interface BaseInteractor { public void init(); }