import IBIZStorageUIServiceBase from './ibizstorage-ui-service-base'; /** * 存储UI服务对象 * * @export * @class IBIZStorageUIService */ export default class IBIZStorageUIService extends IBIZStorageUIServiceBase { /** * Creates an instance of IBIZStorageUIService. * * @param {*} [opts={}] * @memberof IBIZStorageUIService */ constructor(opts: any = {}) { super(opts); } }