import IBIZSoftwareSuitUIServiceBase from './ibizsoftware-suit-ui-service-base'; /** * 软件UI服务对象 * * @export * @class IBIZSoftwareSuitUIService */ export default class IBIZSoftwareSuitUIService extends IBIZSoftwareSuitUIServiceBase { /** * Creates an instance of IBIZSoftwareSuitUIService. * * @param {*} [opts={}] * @memberof IBIZSoftwareSuitUIService */ constructor(opts: any = {}) { super(opts); } }