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