14 lines
203 B
C
14 lines
203 B
C
|
//
|
||
|
// PathToFileTransformer.h
|
||
|
// General
|
||
|
//
|
||
|
// Created by Christopher Snowhill on 11/29/16.
|
||
|
//
|
||
|
//
|
||
|
|
||
|
#import <Foundation/Foundation.h>
|
||
|
|
||
|
@interface MIDIPluginFlavorTransformer : NSValueTransformer
|
||
|
|
||
|
@end
|