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