13 lines
208 B
Objective-C
13 lines
208 B
Objective-C
//
|
|
// ResamplerBehaviorArrayController.h
|
|
// General
|
|
//
|
|
// Created by Christopher Snowhill on 03/26/14.
|
|
//
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface ResamplerBehaviorArrayController : NSArrayController
|
|
|
|
@end
|