19 lines
284 B
Objective-C
19 lines
284 B
Objective-C
//
|
|
// SVGExampleView4.m
|
|
// IJSVGExample
|
|
//
|
|
// Created by Curtis Hard on 04/09/2014.
|
|
// Copyright (c) 2014 Curtis Hard. All rights reserved.
|
|
//
|
|
|
|
#import "SVGExampleView4.h"
|
|
|
|
@implementation SVGExampleView4
|
|
|
|
- (IJSVG *)svg
|
|
{
|
|
return [[IJSVG svgNamed:@"clipped"] retain];
|
|
}
|
|
|
|
@end
|