Files
kiri-core/http-server/IInterface/RouterInterface.php
T
2020-08-31 01:27:08 +08:00

11 lines
74 B
PHP

<?php
namespace HttpServer\IInterface;
interface RouterInterface
{
}