Files
kiri-core/system/Process/ISystem.php
T
2020-08-31 01:27:08 +08:00

13 lines
89 B
PHP

<?php
namespace Snowflake\Process;
interface ISystem
{
public function start();
}