using System.Collections.Generic; namespace Cryville.Crtr.Browsing.UI { public interface IBrowserItemMeta { IEnumerable Properties { get; } } }