14 lines
197 B
C
14 lines
197 B
C
|
//
|
||
|
// PathToFileTransformer.h
|
||
|
// General
|
||
|
//
|
||
|
// Created by Christopher Snowhill on 10/17/13.
|
||
|
//
|
||
|
//
|
||
|
|
||
|
#import <Foundation/Foundation.h>
|
||
|
|
||
|
@interface PathToFileTransformer : NSValueTransformer
|
||
|
|
||
|
@end
|