---@class KLStrengthenItemView:UIKmlLuaViewBase ---@field img16 UIKmlLuaControl ---@field item69 UIKmlLuaControl ---@field item70 UIKmlLuaControl ---@field item79 UIKmlLuaControl ---@field ReciveImg1_ UIKmlLuaControl ---@field ReciveImg2_ UIKmlLuaControl ---@field ReciveImg3_ UIKmlLuaControl ---@field text75 UIKmlLuaControl ---@field text76 UIKmlLuaControl ---@field text77 UIKmlLuaControl ---@field text78 UIKmlLuaControl ---@field HighlightImg1_ UIKmlLuaControl ---@field HighlightImg2_ UIKmlLuaControl ---@field HighlightImg3_ UIKmlLuaControl local KLStrengthenItemView = {} setmetatable(KLStrengthenItemView,UIKmlLuaViewBase) local kmlPath = 'dev/outui/ServerActivity/Item/KLStrengthen/KLStrengthenItemKml' KLStrengthenItemView.content = CS.TCFramework.LuaManager.LoadFileText(kmlPath,nil,'.txt') ---@param parent UIKmlLuaControl function KLStrengthenItemView:Init(parent) self:InitRoot(parent,kmlPath,KLStrengthenItemView.content) end return KLStrengthenItemView