14 lines
201 B
C
14 lines
201 B
C
|
//
|
||
|
// VolumeBehaviorArrayController.h
|
||
|
// General
|
||
|
//
|
||
|
// Created by Christopher Snowhill on 10/1/13.
|
||
|
//
|
||
|
//
|
||
|
|
||
|
#import <Cocoa/Cocoa.h>
|
||
|
|
||
|
@interface VolumeBehaviorArrayController : NSArrayController
|
||
|
|
||
|
@end
|