import IBIZAPPCTRLUIServiceBase from './ibizappctrl-ui-service-base';
/**
* 应用部件UI服务对象
*
* @export
* @class IBIZAPPCTRLUIService
*/
export default class IBIZAPPCTRLUIService extends IBIZAPPCTRLUIServiceBase {
/**
* Creates an instance of IBIZAPPCTRLUIService.
*
* @param {*} [opts={}]
* @memberof IBIZAPPCTRLUIService
*/
constructor(opts: any = {}) {
super(opts);
}
}
-
由 ibizdev 提交于68abc624