package org.schabi.newpipe.fragments; public interface ViewContract { void showLoading(); void hideLoading(); void showEmptyState(); void handleResult(I result); void handleError(); }