---@class KLAppearPartItemView:UIKmlLuaViewBase local KLAppearPartItemView = {} setmetatable(KLAppearPartItemView,UIKmlLuaViewBase) local kmlPath = 'dev/outui/AppearGroup/Item/KLAppearPart/KLAppearPartItemKml' KLAppearPartItemView.content = CS.TCFramework.LuaManager.LoadFileText(kmlPath,nil,'.txt') ---@param parent UIKmlLuaControl function KLAppearPartItemView:Init(parent) self:InitRoot(parent,kmlPath,KLAppearPartItemView.content) end return KLAppearPartItemView