using UnityEngine; using UnityEngine.UI; using EnhancedUI.EnhancedScroller; namespace EnhancedScrollerDemos.Pagination { /// /// This is the simple loading cell view /// public class LoadingCellView : EnhancedScrollerCellView { } }