Files
kiri-rpc/OnRpcConsumerInterface.php
T

9 lines
66 B
PHP
Raw Normal View History

2021-10-26 18:58:09 +08:00
<?php
namespace Kiri\Rpc;
interface OnRpcConsumerInterface
{
}