---@class KLShapeShiftCardTipsPanelView:UIKmlLuaViewBase ---@field img_close UIKmlLuaControl ---@field img_panel UIKmlLuaControl ---@field img1 UIKmlLuaControl ---@field card_bg UIKmlLuaControl ---@field card_img UIKmlLuaControl ---@field card_name UIKmlLuaControl ---@field card_level UIKmlLuaControl ---@field text_name UIKmlLuaControl ---@field text_tips UIKmlLuaControl ---@field text_quality UIKmlLuaControl ---@field text_type UIKmlLuaControl ---@field info_view UIKmlLuaControl ---@field all_list_layout UIKmlLuaControl ---@field all_info_data UIKmlLuaControl ---@field btn_func UIKmlLuaControl local KLShapeShiftCardTipsPanelView = {} setmetatable(KLShapeShiftCardTipsPanelView,UIKmlLuaViewBase) local kmlPath = 'dev/outui/ShapeShiftCard/Panel/KLShapeShiftCardTips/KLShapeShiftCardTipsPanelKml' KLShapeShiftCardTipsPanelView.content = CS.TCFramework.LuaManager.LoadFileText(kmlPath,nil,'.txt') ---@param parent UIKmlLuaControl function KLShapeShiftCardTipsPanelView:Init(parent) self:InitRoot(parent,kmlPath,KLShapeShiftCardTipsPanelView.content) end return KLShapeShiftCardTipsPanelView