001package headfirst.factory.pizzaaf;
002
003public interface Clams {
004        public String toString();
005}