package com.jparkie.aizoban.views.base; public interface BaseEmptyRelativeLayoutView { public void initializeEmptyRelativeLayout(); public void hideEmptyRelativeLayout(); public void showEmptyRelativeLayout(); }