openclassify/addons/default/visiosoft/location-module/src/City/Contract/CityInterface.php
2019-06-22 13:59:18 +03:00

9 lines
202 B
PHP

<?php namespace Visiosoft\LocationModule\City\Contract;
use Anomaly\Streams\Platform\Entry\Contract\EntryInterface;
interface CityInterface extends EntryInterface
{
public function getCities();
}