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


{$ifdef TYPES}
type
  DOMCSSFontFaceRulePtr = ^DOMCSSFontFaceRule;
{$endif}

{$ifdef CLASSES}

type
  DOMCSSFontFaceRule = objcclass external (DOMCSSRule)
  public
    function style: DOMCSSStyleDeclaration; message 'style';
  end;
{$endif}