import IBIZAPPVIEWUIServiceBase from './ibizappview-ui-service-base';

/**
 * 应用视图UI服务对象
 *
 * @export
 * @class IBIZAPPVIEWUIService
 */
export default class IBIZAPPVIEWUIService extends IBIZAPPVIEWUIServiceBase {

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

}