This commit is contained in:
2021-11-19 17:37:50 +08:00
parent 39394f76d5
commit 7479bed4e4
-12
View File
@@ -1,12 +0,0 @@
<?php
namespace Server\Contract;
use Swoole\Http\Response;
interface OnDownloadInterface
{
public function dispatch(Response $response);
}