spout/src/Spout/Reader/Common/Creator/EntityFactoryInterface.php
2017-09-06 00:21:14 +02:00

11 lines
132 B
PHP

<?php
namespace Box\Spout\Reader\Common\Creator;
/**
* Interface EntityFactoryInterface
*/
interface EntityFactoryInterface
{
}