13 lines
210 B
Objective-C
13 lines
210 B
Objective-C
//
|
|
// MIDIFlavorBehaviorArrayController.h
|
|
// General
|
|
//
|
|
// Created by Christopher Snowhill on 04/12/16.
|
|
//
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface MIDIFlavorBehaviorArrayController : NSArrayController
|
|
|
|
@end
|