Improves Cocoa bindings

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@518 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
sekelsenmat
2008-07-31 15:23:56 +00:00
parent 9576d325a4
commit 0bc35fc726
7 changed files with 18 additions and 166 deletions

View File

@ -1,5 +1,5 @@
{ This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install the package.
{ This file was automatically created by Lazarus. do not edit!
This source is only used to compile and install the package.
}
unit cocoa_pkg;
@ -7,7 +7,7 @@ unit cocoa_pkg;
interface
uses
appkit, CocoaCoreGraphics, foundation, objc, LazarusPackageIntf;
appkit, foundation, objc, LazarusPackageIntf;
implementation