Revert "改名"

This reverts commit fdf58326
This commit is contained in:
2022-01-12 11:52:58 +08:00
parent c67fc70550
commit b6f1d8eaf7
4 changed files with 22 additions and 6 deletions
+14
View File
@@ -0,0 +1,14 @@
<?php
namespace Kiri\Server\Broadcast;
interface OnBroadcastInterface
{
/**
* @return void
*/
public function process(): void;
}