9 lines
74 B
PHP
9 lines
74 B
PHP
<?php
|
|
|
|
namespace Kiri\Rpc;
|
|
|
|
interface OnRpcConsumerInterface
|
|
{
|
|
|
|
}
|