Files
kiri-core/http-server/IInterface/RouterInterface.php
T

11 lines
74 B
PHP
Raw Normal View History

2020-08-31 01:27:08 +08:00
<?php
namespace HttpServer\IInterface;
interface RouterInterface
{
}