mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-08 07:25:35 +08:00
12 lines
223 B
PHP
12 lines
223 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
|
||
interface desktop_interface_controller_content{
|
||
|
||
public function modify(&$html, &$obj);
|
||
}
|