Files
kiri-core/HttpServer/IInterface/RouterInterface.php
T
2020-09-04 00:41:33 +08:00

11 lines
74 B
PHP

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