ASPiK SDK
AppDelegate.h
1
// This file is part of VSTGUI. It is subject to the license terms
2
// in the LICENSE file found in the top-level directory of this
3
// distribution and at http://github.com/steinbergmedia/vstgui/LICENSE
4
5
#import <UIKit/UIKit.h>
6
7
@interface
AppDelegate
: UIResponder <UIApplicationDelegate>
8
9
@property
(strong, nonatomic) UIWindow *window;
10
11
@end
AppDelegate
Definition:
AppDelegate.h:7
vstgui4
vstgui
tests
ios standalone
iOS Standalone
AppDelegate.h
Generated by
1.8.14