DesignPatternsPHP/StaticFactory/FormatterInterface.php
2013-09-13 11:47:46 +02:00

12 lines
118 B
PHP

<?php
namespace DesignPatterns\StaticFactory;
/**
* Class FormatterInterface
*/
interface FormatterInterface
{
}