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