Files
kiri-core/Server/SInterface/PipeMessage.php
T

14 lines
96 B
PHP
Raw Normal View History

2021-07-23 17:12:20 +08:00
<?php
namespace Server\SInterface;
interface PipeMessage
{
public function process();
}