Files
toolbox/plugin/utility/imghosting/api.php
T
2023-09-28 16:21:06 +08:00

8 lines
119 B
PHP

<?php
namespace plugin\utility\imghosting;
interface api
{
public function upload($filepath, $filename);
}