Jamoma API  0.6.0.a19
AudioGraphiOS.h
Go to the documentation of this file.
1 /** @file
2  *
3  * @ingroup audioGraphUtilityLib
4  *
5  * @brief Test implementation of AudioGraph for iOS
6  *
7  * @details
8  *
9  * @authors Casey Basichis
10  *
11  * @copyright Copyright © 2013 by Casey Basichis @n
12  * This code is licensed under the terms of the "New BSD License" @n
13  * http://creativecommons.org/licenses/BSD/
14  */
15 
16 //#import <Foundation/Foundation.h>
17 
18 @interface AudioGraphIOS : NSObject
19 
20 @end