Files
kiri-core/System/Process/ISystem.php
T
2020-09-04 00:41:33 +08:00

13 lines
89 B
PHP

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