Files
kiri-core/core/IProxy.php
T
2021-08-24 18:10:07 +08:00

14 lines
78 B
PHP

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