Files
kiri-core/System/IProxy.php
T
as2252258@163.com 682246df28 modify
2021-08-11 01:04:57 +08:00

14 lines
78 B
PHP

<?php
namespace Kiri;
interface IProxy
{
public function execute();
}