summaryrefslogtreecommitdiff
path: root/packages/cocoaint/src/appkit/NSAppleScriptExtensions.inc
blob: 70c45ea21f4c44eb7aaf7fda1897a241e493c14d (plain)
1
2
3
4
5
6
7
8
9
10
{ Parsed from AppKit.framework NSAppleScriptExtensions.h }

{$ifdef CLASSES}

type
  NSAppleScript_NSExtensions = objccategory external name 'NSExtensions' (NSAppleScript)
    function richTextSource: NSAttributedString; message 'richTextSource';
  end;
{$endif}