import IBIZCustomUIServiceBase from './ibizcustom-ui-service-base';
/**
* 自定义UI服务对象
*
* @export
* @class IBIZCustomUIService
*/
export default class IBIZCustomUIService extends IBIZCustomUIServiceBase {
/**
* Creates an instance of IBIZCustomUIService.
*
* @param {*} [opts={}]
* @memberof IBIZCustomUIService
*/
constructor(opts: any = {}) {
super(opts);
}
}
-
由 ibizdev 提交于3f283ca5