NSAppleScriptExtensions.inc 264 B

12345678910
  1. { Parsed from AppKit.framework NSAppleScriptExtensions.h }
  2. {$ifdef CLASSES}
  3. type
  4. NSAppleScript_NSExtensions = objccategory external name 'NSExtensions' (NSAppleScript)
  5. function richTextSource: NSAttributedString; message 'richTextSource';
  6. end;
  7. {$endif}