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

14 lines
83 B
PHP

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