iPlug2 - C++ Audio Plug-in Framework
AppViewController.h
1  /*
2  ==============================================================================
3 
4  This file is part of the iPlug 2 library. Copyright (C) the iPlug 2 developers.
5 
6  See LICENSE.txt for more info.
7 
8  ==============================================================================
9 */
10 
11 #import <UIKit/UIKit.h>
12 
13 @interface AppViewController : UIViewController
14 @end