lazarus-ccr/components/everettrandom/latest_stable/everettrandom.pas
gbamber 78ad20a286 Everett Random component V0.1.3.0
Initial commit

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7144 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-08-22 08:28:56 +00:00

16 lines
301 B
ObjectPascal

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