<?php
namespace Kiri\Server;
use Swoole\Server;
/**
* @mixin Server
*/
interface SwooleServerInterface
{
}