14 lines
210 B
C
14 lines
210 B
C
|
//
|
||
|
// MIDIPluginBehaviorArrayController.h
|
||
|
// General
|
||
|
//
|
||
|
// Created by Christopher Snowhill on 03/26/14.
|
||
|
//
|
||
|
//
|
||
|
|
||
|
#import <Cocoa/Cocoa.h>
|
||
|
|
||
|
@interface MIDIPluginBehaviorArrayController : NSArrayController
|
||
|
|
||
|
@end
|