128e8a63b1
Example now shows all examples in one window
15 lines
246 B
Objective-C
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
|