8 lines
134 B
C#
8 lines
134 B
C#
namespace Barcoded
|
|
{
|
|
internal interface ILinearValidator
|
|
{
|
|
string Parse(string text, Symbology symbology);
|
|
}
|
|
}
|