CSSRule.m 147 B

123456789101112
  1. #import "CSSRule.h"
  2. @implementation CSSRule
  3. @synthesize type;
  4. @synthesize cssText;
  5. @synthesize parentStyleSheet;
  6. @synthesize parentRule;
  7. @end