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