Files
kiri-core/Server/SwooleServerInterface.php
T
2021-08-18 13:48:34 +08:00

15 lines
109 B
PHP

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