Files
kiri-core/System/IProxy.php
T
2021-08-11 01:04:57 +08:00

14 lines
78 B
PHP

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