1
0
mirror of https://github.com/DesignPatternsPHP/DesignPatternsPHP.git synced 2025-06-07 22:44:54 +02:00
2013-09-12 11:43:30 +02:00

12 lines
118 B
PHP

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