123456789101112131415 |
- ---@class KLFriendApplySubItemView:UIKmlLuaViewBase
- ---@field FriendApply_ UIKmlLuaControl
- ---@field add_friend_scrollview UIKmlLuaControl
- ---@field ListContent UIKmlLuaControl
- local KLFriendApplySubItemView = {}
- setmetatable(KLFriendApplySubItemView,UIKmlLuaViewBase)
- local kmlPath = 'dev/ui/FriendSys/Item/KLFriendApplySub/KLFriendApplySubItemKml'
- KLFriendApplySubItemView.content = CS.TCFramework.LuaManager.LoadFileText(kmlPath,nil,'.txt')
- ---@param parent UIKmlLuaControl
- function KLFriendApplySubItemView:Init(parent)
- self:InitRoot(parent,kmlPath,KLFriendApplySubItemView.content)
- end
- return KLFriendApplySubItemView
|