import { IPSAppDEMobCalendarExplorerView } from './ipsapp-demob-calendar-explorer-view'; import { PSAppDECalendarExplorerViewImpl } from './psapp-decalendar-explorer-view-impl'; export class PSAppDEMobCalendarExplorerViewImpl extends PSAppDECalendarExplorerViewImpl implements IPSAppDEMobCalendarExplorerView { get enablePullDownRefresh(): boolean { return this.M.enablePullDownRefresh; } get cls(): string { return 'PSAppDEMobCalendarExplorerViewImpl'; } instanceof(cls: string): boolean { if (cls == 'app.view.IPSAppDEMobCalendarExplorerView' || cls == 'app.view.IPSAppMobView') return true; return super.instanceof(cls); } }