using UnityEngine; namespace DDD { public interface IAutoScrollItem { RectTransform RectTransform { get; } } }