lazarus/lcl/interfaces/carbon/pascocoa/cocoa_pkg.pas
mattias 8efc2b2f91 cocoa: updated dummy source
git-svn-id: trunk@51774 -
2016-03-01 15:19:12 +00:00

22 lines
372 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;
{$warn 5023 off : no warning about unused units}
interface
uses
appkit, foundation, objc, LazarusPackageIntf;
implementation
procedure Register;
begin
end;
initialization
RegisterPackage('cocoa_pkg', @Register);
end.