15 lines
279 B
Objective-C
15 lines
279 B
Objective-C
//
|
|
// IJSVGCommandArc.h
|
|
// IJSVGExample
|
|
//
|
|
// Created by Curtis Hard on 03/09/2014.
|
|
// Copyright (c) 2014 Curtis Hard. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import "IJSVGCommand.h"
|
|
|
|
@interface IJSVGCommandArc : IJSVGCommand <IJSVGCommandProtocol>
|
|
|
|
@end
|