Repository URL to install this package:
|
Version:
3.2.0 ▾
|
{ 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}