fpc/packages/cocoaint/src/webkit/DOMFile.inc
Jonas Maebe b9948899e3 * new CocoaInt units based on https://github.com/genericptr/MacOS_10_10
o note that CoreData and QuartzCore are now part of CocoaAll due to
     dependencies

git-svn-id: trunk@42500 -
2019-07-26 17:43:41 +00:00

18 lines
235 B
PHP

{ Parsed from WebKit.framework DOMFile.h }
{$ifdef TYPES}
type
DOMFilePtr = ^DOMFile;
{$endif}
{$ifdef CLASSES}
type
DOMFile = objcclass external (DOMBlob)
public
function name: NSString; message 'name';
end;
{$endif}