using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Cosmos.Compiler.Builder { public interface IOptionUC { BuildOptions Options { get; set; } } }