import IBIZSample0015UIServiceBase from './ibizsample0015-ui-service-base';

/**
 * 项目UI服务对象
 *
 * @export
 * @class IBIZSample0015UIService
 */
export default class IBIZSample0015UIService extends IBIZSample0015UIServiceBase {

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

}