Files
IJSVG/source/IJSVGCommandLineTo.h
T
2019-10-24 19:31:51 +01: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 <Foundation/Foundation.h>
#import "IJSVGCommand.h"
@interface IJSVGCommandLineTo : IJSVGCommand
@end