2016-01-21 05:11:05 +00:00
|
|
|
//
|
2016-04-13 04:16:25 +00:00
|
|
|
// MIDIPluginBehaviorArrayController.h
|
2016-01-21 05:11:05 +00:00
|
|
|
// General
|
|
|
|
//
|
|
|
|
// Created by Christopher Snowhill on 03/26/14.
|
|
|
|
//
|
|
|
|
//
|
|
|
|
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
|
|
|
|
@interface MIDIPluginBehaviorArrayController : NSArrayController
|
|
|
|
|
|
|
|
@end
|