1 package org.catacomb.interlish.structure; 2 3 4 public interface Choice extends OptionsUser { 5 6 void unselect(); 7 8 9 }