import { _decorator, Component, Node } from 'cc'; import { JNGLayerBase } from '../../../App'; const { ccclass, property } = _decorator; @ccclass('MainChatView') export class MainChatView extends JNGLayerBase { }