17 lines
225 B
ObjectPascal
17 lines
225 B
ObjectPascal
|
|
unit uIEditorCobrosMontajePreview;
|
||
|
|
|
||
|
|
interface
|
||
|
|
|
||
|
|
uses
|
||
|
|
uEditorPreview;
|
||
|
|
|
||
|
|
type
|
||
|
|
IEditorCobrosMontajePreview = interface(IEditorPreview)
|
||
|
|
['{0B893ED1-261A-4358-814E-18D7FD768E14}']
|
||
|
|
end;
|
||
|
|
|
||
|
|
|
||
|
|
implementation
|
||
|
|
|
||
|
|
end.
|