DesignPatternsPHP/Creational/StaticFactory/FormatterInterface.php

12 lines
129 B
PHP

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