#import "CSSRule.h" @implementation CSSRule @synthesize type; @synthesize cssText; @synthesize parentStyleSheet; @synthesize parentRule; @end