using InABox.Core; namespace InABox.Mobile { public interface IShellColumns { Columns Columns { get; } } }