using System.Collections.Generic;
public class GetItemUI_Scroll : uScrollViewMgr
{
public void Set(List<ItemSimpleData> lst)
Set_ScrollView(lst);
}