Files
kiri-core/Server/ResponseInterface.php
T
2021-08-04 17:13:26 +08:00

9 lines
59 B
PHP

<?php
namespace Server;
interface ResponseInterface
{
}