9 lines
59 B
PHP
9 lines
59 B
PHP
<?php
|
|
|
|
namespace Server;
|
|
|
|
interface ResponseInterface
|
|
{
|
|
|
|
}
|