Files
IJSVG/source/IJSVGCommandEllipticalArc.h

15 lines
266 B
Objective-C

//
// IJSVGCommandArc.h
// IJSVGExample
//
// Created by Curtis Hard on 03/09/2014.
// Copyright (c) 2014 Curtis Hard. All rights reserved.
//
#import "IJSVGCommand.h"
#import <Foundation/Foundation.h>
@interface IJSVGCommandEllipticalArc : IJSVGCommand
@end