2025-10-09 16:48:46 +08:00

14 lines
215 B
Objective-C

//
// SVGStyleElement.h
// SVGPad
//
// Created by Kevin Stich on 2/21/12.
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
//
#import "SVGElement.h"
@interface SVGStyleElement : SVGElement
@end