17 lines
272 B
Objective-C
17 lines
272 B
Objective-C
//
|
|
// IJSVGPattern.h
|
|
// IJSVGExample
|
|
//
|
|
// Created by Curtis Hard on 27/05/2016.
|
|
// Copyright © 2016 Curtis Hard. All rights reserved.
|
|
//
|
|
|
|
#import "IJSVGGroup.h"
|
|
#import "IJSVGImage.h"
|
|
#import <Foundation/Foundation.h>
|
|
|
|
@interface IJSVGPattern : IJSVGGroup {
|
|
}
|
|
|
|
@end
|