---@class KLShapeShiftCardShopItemView:UIKmlLuaViewBase ---@field img_item_click UIKmlLuaControl ---@field item_cost UIKmlLuaControl ---@field text_cost UIKmlLuaControl ---@field item_is UIKmlLuaControl ---@field item_tips UIKmlLuaControl ---@field text_name UIKmlLuaControl local KLShapeShiftCardShopItemView = {} setmetatable(KLShapeShiftCardShopItemView,UIKmlLuaViewBase) local kmlPath = 'dev/outui/ShapeShiftCard/Item/KLShapeShiftCardShop/KLShapeShiftCardShopItemKml' KLShapeShiftCardShopItemView.content = CS.TCFramework.LuaManager.LoadFileText(kmlPath,nil,'.txt') ---@param parent UIKmlLuaControl function KLShapeShiftCardShopItemView:Init(parent) self:InitRoot(parent,kmlPath,KLShapeShiftCardShopItemView.content) end return KLShapeShiftCardShopItemView