Files
kiri-rpc/OnJsonRpcInterface.php
T

13 lines
107 B
PHP
Raw Normal View History

2022-01-09 14:00:32 +08:00
<?php
namespace Kiri\Rpc;
interface OnJsonRpcInterface
{
// public function execute();
}