Files
kiri-rpc/OnJsonRpcInterface.php
T

13 lines
95 B
PHP
Raw Normal View History

2021-10-26 18:58:09 +08:00
<?php
namespace Kiri\Rpc;
interface OnJsonRpcInterface
{
// public function execute();
}