import IBIZAPPCTRLUIServiceBase from './ibizappctrl-ui-service-base';

/**
 * 应用部件UI服务对象
 * 基于 APP/src/uiservice/%DE_PKGPATH%/%DE_PKGPATH%-ui-service.ts.ftl 生成
 * @export
 * @class IBIZAPPCTRLUIService
 */
export default class IBIZAPPCTRLUIService extends IBIZAPPCTRLUIServiceBase {

    /**
     * Creates an instance of  IBIZAPPCTRLUIService.
     * 
     * @param {*} [opts={}]
     * @memberof  IBIZAPPCTRLUIService
     */
    constructor(opts: any = {}) {
        super(opts);
    }

}