import { IPSAppDEMobWFProxyResultView } from './ipsapp-demob-wfproxy-result-view'; import { PSAppDEWFProxyResultViewImpl } from './psapp-dewfproxy-result-view-impl'; export class PSAppDEMobWFProxyResultViewImpl extends PSAppDEWFProxyResultViewImpl implements IPSAppDEMobWFProxyResultView { get enablePullDownRefresh(): boolean { return this.M.enablePullDownRefresh; } get cls(): string { return 'PSAppDEMobWFProxyResultViewImpl'; } instanceof(cls: string): boolean { if (cls == 'app.view.IPSAppDEMobWFProxyResultView' || cls == 'app.view.IPSAppMobView') return true; return super.instanceof(cls); } }