using System; using System.Collections.Generic; using System.Text; namespace HH.WMS.Utils.NPOI.SS.UserModel { public interface IColor { } }