Files
lazarus-ccr/bindings/pascocoa/cocoa_pkg.pas
sekelsenmat 0bc35fc726 Improves Cocoa bindings
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@518 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-07-31 15:23:56 +00:00

21 lines
325 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, objc, LazarusPackageIntf;
implementation
procedure Register;
begin
end;
initialization
RegisterPackage('cocoa_pkg', @Register);
end.