迁移文件

This commit is contained in:
Rhilip
2020-01-17 10:59:48 +08:00
parent 86b7dcb552
commit 27104bd9a2
13 changed files with 101 additions and 145 deletions

View File

@ -0,0 +1,13 @@
<?php
/**
* Created by PhpStorm.
* User: Rhilip
* Date: 1/17/2020
* Time: 2020
*/
namespace IYUU\Client;
interface AbstractClientInterface
{
}