This commit is contained in:
2021-07-23 17:12:20 +08:00
parent 93519c3c57
commit d1877d78a7
4 changed files with 31 additions and 11 deletions
+13
View File
@@ -0,0 +1,13 @@
<?php
namespace Server\SInterface;
interface PipeMessage
{
public function process();
}