package edu.ualberta.med.biobank.mvp.presenter; public interface IStatefulPresenter { HasState getState(); }