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