package biz.xsoftware.examples.fullapi;
/**
*/
public interface PhoneFactory
{
public Phone createPhone();
}