import { IPSAppViewLogic } from './ipsapp-view-logic'; import { PSAppViewLogicImplBase } from './psapp-view-logic-impl-base'; export class PSAppViewLogicImpl extends PSAppViewLogicImplBase implements IPSAppViewLogic {}