15 lines
292 B
Objective-C
15 lines
292 B
Objective-C
//
|
|
// IJSVGCommandHorizontalLine.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 IJSVGCommandHorizontalLine : NSObject <IJSVGCommandProtocol>
|
|
|
|
@end
|