改名
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace Snowflake\Process;
|
||||
|
||||
|
||||
interface SProcess
|
||||
{
|
||||
|
||||
|
||||
public function onHandler(\Swoole\Process $process);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user