Files
kiri-core/Server/ResponseInterface.php
T
2021-08-17 16:43:50 +08:00

15 lines
112 B
PHP

<?php
namespace Server;
use Http\Http\Response;
/**
* @mixin Response
*/
interface ResponseInterface
{
}