mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-21 07:35:34 +08:00
9 lines
55 B
PHP
9 lines
55 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
|
||
|
|
namespace ZM\Event;
|
||
|
|
|
||
|
|
|
||
|
|
interface SwooleEvent
|
||
|
|
{
|
||
|
|
}
|