iPlug2 - C++ Audio Plug-in Framework
AppDelegate.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 AppDelegate : UIResponder <UIApplicationDelegate>
14 
15 @property (strong, nonatomic) UIWindow* window;
16 @end
17