lazarus/lcl/interfaces/carbon/pascocoa/cocoa_pkg.pas
2009-11-25 10:56:10 +00:00

21 lines
327 B
ObjectPascal

{ This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install the package.
}
unit cocoa_pkg;
interface
uses
appkit, foundation, lobjc, LazarusPackageIntf;
implementation
procedure Register;
begin
end;
initialization
RegisterPackage('cocoa_pkg', @Register);
end.