Files
IJSVG/IJSVGExample/IJSVGExample/SVGExampleView3.m
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

19 lines
285 B
Objective-C

//
// SVGExampleView3.m
// IJSVGExample
//
// Created by Curtis Hard on 04/09/2014.
// Copyright (c) 2014 Curtis Hard. All rights reserved.
//
#import "SVGExampleView3.h"
@implementation SVGExampleView3
- (IJSVG *)svg
{
return [[IJSVG svgNamed:@"products"] retain];
}
@end