Files
kiri-core/System/IProxy.php
T

14 lines
83 B
PHP
Raw Normal View History

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