staticmaplite/src/MapCache/MapCacheInterface.php

16 lines
163 B
PHP

<?php
/**
* Created by PhpStorm.
* User: maltehuebner
* Date: 14.02.18
* Time: 09:31
*/
namespace StaticMapLite\MapCache;
interface MapCacheInterface
{
}