14 lines
286 B
Objective-C
14 lines
286 B
Objective-C
//
|
|
// IJSVGTransaction.h
|
|
// IconJar
|
|
//
|
|
// Created by Curtis Hard on 11/01/2017.
|
|
// Copyright © 2017 Curtis Hard. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import <QuartzCore/QuartzCore.h>
|
|
|
|
void IJSVGBeginTransactionLock(void);
|
|
void IJSVGEndTransactionLock(void);
|