package magic.ui.screen.interfaces; import magic.ui.WikiPage; public interface IWikiPage { WikiPage getWikiPageName(); }