Files
IJSVG/source/IJSVGCommandLineTo.h
2019-12-02 21:05:12 +00:00

15 lines
257 B
Objective-C

//
// IJSVGCommandLineTo.h
// IconJar
//
// Created by Curtis Hard on 30/08/2014.
// Copyright (c) 2014 Curtis Hard. All rights reserved.
//
#import "IJSVGCommand.h"
#import <Foundation/Foundation.h>
@interface IJSVGCommandLineTo : IJSVGCommand
@end