package magic.ui.screen.decks; public interface IDeckView { void notifyShowing(); void setVisible(boolean b); }