---@class KLItemGetPathItemView:UIKmlLuaViewBase ---@field item UIKmlLuaControl ---@field itemBg UIKmlLuaControl ---@field buyContainer UIKmlLuaControl ---@field itemModel UIKmlLuaControl ---@field costModel UIKmlLuaControl ---@field costItemName UIKmlLuaControl ---@field costCount UIKmlLuaControl ---@field gainTxt UIKmlLuaControl ---@field buyBtn UIKmlLuaControl local KLItemGetPathItemView = {} setmetatable(KLItemGetPathItemView,UIKmlLuaViewBase) local kmlPath = 'dev/ui/Common/Item/KLItemGetPath/KLItemGetPathItemKml' KLItemGetPathItemView.content = CS.TCFramework.LuaManager.LoadFileText(kmlPath,nil,'.txt') ---@param parent UIKmlLuaControl function KLItemGetPathItemView:Init(parent) self:InitRoot(parent,kmlPath,KLItemGetPathItemView.content) end return KLItemGetPathItemView