import { IPSAppDESubAppRefView } from './ipsapp-desub-app-ref-view'; import { PSAppDEViewImpl } from './psapp-deview-impl'; export class PSAppDESubAppRefViewImpl extends PSAppDEViewImpl implements IPSAppDESubAppRefView { get cls(): string { return 'PSAppDESubAppRefViewImpl'; } instanceof(cls: string): boolean { if (cls == 'app.view.IPSAppDESubAppRefView' || cls == 'app.view.IPSAppSubAppRefView') return true; return super.instanceof(cls); } }