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