catchAdmin/application/component/upload/UploadInterface.php
2018-11-16 17:45:37 +08:00

15 lines
222 B
PHP

<?php
/**
* Created by PhpStorm.
* User: Administrator
* Date: 2018/11/16 0016
* Time: 下午 14:50
*/
namespace app\component\upload;
interface UploadInterface
{
public function file();
public function image();
}