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