13 lines
220 B
Objective-C
13 lines
220 B
Objective-C
//
|
|
// OutputResamplerBehaviorArrayController.h
|
|
// General
|
|
//
|
|
// Created by Christopher Snowhill on 01/11/22.
|
|
//
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface OutputResamplerBehaviorArrayController : NSArrayController
|
|
|
|
@end
|