summaryrefslogtreecommitdiff
path: root/packages/cocoaint/src/applescriptobjc/AppleScriptObjC.inc
blob: f97747837865efe4fd4bc3d596edf91862162976 (plain)
1
2
3
4
5
6
7
8
9
10
{ Parsed from AppleScriptObjC.framework AppleScriptObjC.h }

{$ifdef CLASSES}

type
  AppleScriptObjectiveC = objccategory external (NSBundle)
    procedure loadAppleScriptObjectiveCScripts; message 'loadAppleScriptObjectiveCScripts';
  end;
{$endif}