使用ClientInterface优化

This commit is contained in:
Rhilip
2020-01-17 11:20:27 +08:00
parent 32e14f9471
commit 255c7c4a2f
5 changed files with 69 additions and 31 deletions

View File

@ -11,4 +11,11 @@ namespace IYUU\Client;
interface AbstractClientInterface
{
/**
* 查询Bittorrent客户端状态
*
* @return string
*/
public function status();
}