import { __decorate } from "tslib";
import { Component } from 'vue-property-decorator';
import { VueLifeCycleProcessing } from '../../../decorators';
import { AppMPickUpViewBase } from '../app-common-view/app-mpickupview-base';
/**
 * 应用数据多项选择视图
 *
 * @export
 * @class AppStyle2MPickUpView
 * @extends {AppMPickUpViewBase}
 */
let AppStyle2MPickUpView = class AppStyle2MPickUpView extends AppMPickUpViewBase {
};
AppStyle2MPickUpView = __decorate([
    Component({}),
    VueLifeCycleProcessing()
], AppStyle2MPickUpView);
export { AppStyle2MPickUpView };
