import UIPanel from "../Engine/Component/UIPanel/UIPanel"; const { ccclass, property } = cc._decorator; /** VoicePanel */ @ccclass export default class VoicePanel extends UIPanel { //#region OnClick //#endregion }