|
#ifndef __AMUSE_AUDIOUNIT_VIEWCONTROLLER_HPP__
|
|
#define __AMUSE_AUDIOUNIT_VIEWCONTROLLER_HPP__
|
|
|
|
#import <CoreAudioKit/CoreAudioKit.h>
|
|
|
|
@interface AudioUnitViewController : AUViewController <AUAudioUnitFactory>
|
|
|
|
@end
|
|
|
|
#endif // __AMUSE_AUDIOUNIT_VIEWCONTROLLER_HPP__
|