---@class KLUIInfoPanelView:UIKmlLuaViewBase ---@field attr_layout UIKmlLuaControl ---@field attr_datalist UIKmlLuaControl local KLUIInfoPanelView = {} setmetatable(KLUIInfoPanelView,UIKmlLuaViewBase) local kmlPath = 'dev/ui/Role/Panel/KLUIInfo/KLUIInfoPanelKml' KLUIInfoPanelView.content = CS.TCFramework.LuaManager.LoadFileText(kmlPath,nil,'.txt') ---@param parent UIKmlLuaControl function KLUIInfoPanelView:Init(parent) self:InitRoot(parent,kmlPath,KLUIInfoPanelView.content) end return KLUIInfoPanelView