Files
IJSVG/source/IJSVGCommandMove.h
2014-09-05 18:02:27 +01:00

15 lines
276 B
Objective-C

//
// IJSVGCommandMove.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 IJSVGCommandMove : IJSVGCommand <IJSVGCommandProtocol>
@end