001package myhw3.ui;
002
003public interface UIFormTest {
004        public boolean run(String input);
005}