using System; namespace Terminal { public class ScrollView : View { public ScrollView (Rect frame) : base (frame) { } } }