8 lines
171 B
C#
8 lines
171 B
C#
using Hawkeye.VisionBuilder.Workflow.Datatypes;
|
|
|
|
namespace Hawkeye.VisionBuilder.Workflow.Links;
|
|
|
|
public interface IHaveImage
|
|
{
|
|
public HawkeyeImage Image { get; }
|
|
} |