1 package com.moiseum.wolnelektury.view.settings;
3 public interface SettingsView {
5 void initializeSettings(boolean notifications, boolean userPremium);
7 void showProgressDialog(boolean visible);
9 void showDeletionCompleted();
11 void showDeletionFailed(Throwable error);