using UnityEngine; namespace AibisDream.UI { // optional class for better scroll support public interface ILoopScrollSizeHelper { Vector2 GetItemsSize(int itemsCount); } }