Files
kiri-rpc/OnRpcConsumerInterface.php
2022-01-09 14:00:32 +08:00

9 lines
74 B
PHP

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