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