cog/Preferences/General/OutputsArrayController.h

11 lines
155 B
C
Raw Normal View History

/* OutputsArrayController */
#import <Cocoa/Cocoa.h>
#import <CoreAudio/AudioHardware.h>
@interface OutputsArrayController : NSArrayController
{
}
@end