using System.Collections;
using System.Collections.Generic;
using UnityEngine;

namespace UIExt
{

    public static class UIExt
    {

        public static void GenerateItem(RectTransform root, LayoutItem template, int count, IList<object> data)
        {

        }

    }

}