mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-29 18:03:44 +02:00

o note that CoreData and QuartzCore are now part of CocoaAll due to dependencies git-svn-id: trunk@42500 -
18 lines
235 B
PHP
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}
|
|
|