blob: 683e4861c9b9b3b0911ad51cc1809fad679f7551 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{ Parsed from WebKit.framework DOMCSSImportRule.h }
{$ifdef TYPES}
type
DOMCSSImportRulePtr = ^DOMCSSImportRule;
{$endif}
{$ifdef CLASSES}
type
DOMCSSImportRule = objcclass external (DOMCSSRule)
public
function href: NSString; message 'href';
function media: DOMMediaList; message 'media';
function styleSheet: DOMCSSStyleSheet; message 'styleSheet';
end;
{$endif}
|