Files
kiri-core/Server/SwooleServerInterface.php
T

15 lines
109 B
PHP
Raw Normal View History

2021-08-18 13:48:34 +08:00
<?php
namespace Server;
use Swoole\Server;
/**
* @mixin Server
*/
interface SwooleServerInterface
{
}