Files
IJSVG/IJSVGExample/IJSVGExample/SVGExampleView2.h
T
Curtis Hard 128e8a63b1 Various speed improvements and fixes
Example now shows all examples in one window
2014-09-04 14:24:08 +01:00

15 lines
246 B
Objective-C

//
// SVGExampleView2.h
// IJSVGExample
//
// Created by Curtis Hard on 04/09/2014.
// Copyright (c) 2014 Curtis Hard. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "SVGView.h"
@interface SVGExampleView2 : SVGView
@end