Cosmos/source2/Compiler/Cosmos.Compiler.Assembler/IIfNotDefined.cs

14 lines
255 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Cosmos.Compiler.Assembler
{
public interface IIfNotDefined {
string Symbol {
get;
set;
}
}
}