blob: df3d8454db59af7da04a703c284b45d5bbb8aab1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{ Parsed from WebKit.framework DOMCounter.h }
{$ifdef TYPES}
type
DOMCounterPtr = ^DOMCounter;
{$endif}
{$ifdef CLASSES}
type
DOMCounter = objcclass external (DOMObject)
public
function identifier: NSString; message 'identifier';
function listStyle: NSString; message 'listStyle';
function separator: NSString; message 'separator';
end;
{$endif}
|