luxlabs header browser preview


@class NSString;

@interface DOMHTMLBodyElement : DOMHTMLElement

@property (copy) NSString *aLink;
@property (copy) NSString *background;
@property (copy) NSString *bgColor;
@property (copy) NSString *link;
@property (copy) NSString *text;
@property (copy) NSString *vLink;

- (int)structuralComplexityContribution;

@end