lazarus/components/simpleideintf/simpleideintf.pas
mattias be5601fd37 components: less hints
git-svn-id: trunk@51781 -
2016-03-01 15:24:22 +00:00

16 lines
251 B
ObjectPascal

{ This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install the package.
}
unit SimpleIDEIntf;
{$warn 5023 off : no warning about unused units}
interface
uses
SimpleIDE;
implementation
end.