Files
kiri-rpc/src/OnRpcConsumerInterface.php
T
2021-10-28 10:54:51 +08:00

9 lines
66 B
PHP

<?php
namespace Kiri\Rpc;
interface OnRpcConsumerInterface
{
}