This commit is contained in:
2021-09-07 16:14:44 +08:00
parent 968814bd57
commit e412f0681f
7 changed files with 144 additions and 84 deletions
@@ -0,0 +1,12 @@
<?php
namespace Server\SInterface;
use Swoole\Http\Response;
interface DownloadInterface
{
public function dispatch(Response $response);
}