---@class KLUIExpMessagePanelView:UIKmlLuaViewBase local KLUIExpMessagePanelView = {} setmetatable(KLUIExpMessagePanelView,UIKmlLuaViewBase) local kmlPath = 'dev/outui/ExpMessage/Panel/KLUIExpMessage/KLUIExpMessagePanelKml' KLUIExpMessagePanelView.content = CS.TCFramework.LuaManager.LoadFileText(kmlPath,nil,'.txt') ---@param parent UIKmlLuaControl function KLUIExpMessagePanelView:Init(parent) self:InitRoot(parent,kmlPath,KLUIExpMessagePanelView.content) end return KLUIExpMessagePanelView