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

15 lines
273 B
Objective-C

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