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

{$ifdef CLASSES}

type
  NSExtensions = objccategory external (NSFileWrapper)
    procedure setIcon(newValue: NSImage); message 'setIcon:';
    function icon: NSImage; message 'icon';
  end;
{$endif}