Files
kiri-core/core/IProxy.php
T

14 lines
78 B
PHP
Raw Normal View History

2021-04-01 10:11:20 +08:00
<?php
2021-08-11 01:04:57 +08:00
namespace Kiri;
2021-04-01 10:11:20 +08:00
interface IProxy
{
public function execute();
}