SVGGroupElement.h 284 B

123456789101112131415
  1. //
  2. // SVGGroupElement.h
  3. // SVGKit
  4. //
  5. // Copyright Matt Rajca 2010-2011. All rights reserved.
  6. //
  7. #import "SVGElement.h"
  8. #import "ConverterSVGToCALayer.h"
  9. @interface SVGGroupElement : SVGElement < ConverterSVGToCALayer > { }
  10. @property (nonatomic, readonly) CGFloat opacity;
  11. @end