---@class KLGoldChallengePanelView:UIKmlLuaViewBase ---@field bgRoot UIKmlLuaControl ---@field bg UIKmlLuaControl ---@field img1 UIKmlLuaControl ---@field FinishCount UIKmlLuaControl ---@field FinishCountText UIKmlLuaControl ---@field cost UIKmlLuaControl ---@field costText UIKmlLuaControl ---@field costModel UIKmlLuaControl ---@field CloseBtn UIKmlLuaControl ---@field tipsText UIKmlLuaControl ---@field grid UIKmlLuaControl ---@field items UIKmlLuaControl ---@field img2 UIKmlLuaControl ---@field RefreshBtn UIKmlLuaControl local KLGoldChallengePanelView = {} setmetatable(KLGoldChallengePanelView,UIKmlLuaViewBase) local kmlPath = 'dev/outui/Activity/Panel/KLGoldChallenge/KLGoldChallengePanelKml' KLGoldChallengePanelView.content = CS.TCFramework.LuaManager.LoadFileText(kmlPath,nil,'.txt') ---@param parent UIKmlLuaControl function KLGoldChallengePanelView:Init(parent) self:InitRoot(parent,kmlPath,KLGoldChallengePanelView.content) end return KLGoldChallengePanelView