package uk.co.flyingsquirrels.menuoptions; public interface MenuOption { String getText(); void select(); }