---@class KLShopMallBuyUIPanelView:UIKmlLuaViewBase ---@field ClickMask UIKmlLuaControl ---@field InputFieldLevel UIKmlLuaControl ---@field TextTotalPrice UIKmlLuaControl ---@field BtnBuy UIKmlLuaControl ---@field BtnLevelMinus UIKmlLuaControl ---@field BtnLevelAdd UIKmlLuaControl ---@field icon_money UIKmlLuaControl local KLShopMallBuyUIPanelView = {} setmetatable(KLShopMallBuyUIPanelView,UIKmlLuaViewBase) local kmlPath = 'dev/ui/ShopMall/Panel/KLShopMallBuyUI/KLShopMallBuyUIPanelKml' KLShopMallBuyUIPanelView.content = CS.TCFramework.LuaManager.LoadFileText(kmlPath,nil,'.txt') ---@param parent UIKmlLuaControl function KLShopMallBuyUIPanelView:Init(parent) self:InitRoot(parent,kmlPath,KLShopMallBuyUIPanelView.content) end return KLShopMallBuyUIPanelView