export class view { show() { throw new Error("This function must be override."); } destroy() { } }