---@class KLUIPrivilegeBossPosItemView:UIKmlLuaViewBase ---@field btn UIKmlLuaControl ---@field level_select UIKmlLuaControl ---@field type_name UIKmlLuaControl local KLUIPrivilegeBossPosItemView = {} setmetatable(KLUIPrivilegeBossPosItemView,UIKmlLuaViewBase) local kmlPath = 'dev/outui/ChallengeBoss/Item/KLUIPrivilegeBossPosItem/KLUIPrivilegeBossPosItemKml' KLUIPrivilegeBossPosItemView.content = CS.TCFramework.LuaManager.LoadFileText(kmlPath,nil,'.txt') ---@param parent UIKmlLuaControl function KLUIPrivilegeBossPosItemView:Init(parent) self:InitRoot(parent,kmlPath,KLUIPrivilegeBossPosItemView.content) end return KLUIPrivilegeBossPosItemView