main
1namespace MoMoney.Presentation.Model.Excel
2{
3    public interface ICell
4    {
5        ICellInterior Interior { get; }
6    }
7}