---@class KLCopyTeamPanelView:UIKmlLuaViewBase ---@field title UIKmlLuaControl ---@field ticketCount UIKmlLuaControl ---@field countDown UIKmlLuaControl ---@field BtnDissolve UIKmlLuaControl ---@field closeBtn UIKmlLuaControl ---@field Btcanel UIKmlLuaControl ---@field Btnok UIKmlLuaControl ---@field ticketBtn UIKmlLuaControl ---@field addBtn UIKmlLuaControl ---@field ticketModel UIKmlLuaControl local KLCopyTeamPanelView = {} setmetatable(KLCopyTeamPanelView,UIKmlLuaViewBase) local kmlPath = 'dev/outui/Activity/Panel/KLCopyTeam/KLCopyTeamPanelKml' KLCopyTeamPanelView.content = CS.TCFramework.LuaManager.LoadFileText(kmlPath,nil,'.txt') ---@param parent UIKmlLuaControl function KLCopyTeamPanelView:Init(parent) self:InitRoot(parent,kmlPath,KLCopyTeamPanelView.content) end return KLCopyTeamPanelView