import objectdraw.*;

public interface NestedEyesInterface {
    public boolean contains(Location pt);
    public void move(double dx, double dy);
}
