summaryrefslogtreecommitdiff
path: root/packages/cocoaint/src/webkit/DOMHTMLQuoteElement.inc
blob: 5afc5d919d245e7c03eb008798cde8b5b263e077 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{ Parsed from WebKit.framework DOMHTMLQuoteElement.h }


{$ifdef TYPES}
type
  DOMHTMLQuoteElementPtr = ^DOMHTMLQuoteElement;
{$endif}

{$ifdef CLASSES}

type
  DOMHTMLQuoteElement = objcclass external (DOMHTMLElement)
  public
    procedure setCite(newValue: NSString); message 'setCite:';
    function cite: NSString; message 'cite';
  end;
{$endif}