import t from"./notificationMessageContent.js";class e extends t{tip="";constructor(t){super(t),this.tip=""}formatNotification(){return this.tip}digest(){return this.tip}encode(){let t=super.encode();return t.content=this.tip,t}decode(t){super.decode(t),this.tip=t.content}}export{e as default};