summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios/qiosapplicationdelegate.h
blob: 7e12d64cbfa5f359421b897772be968a82038d7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only

#ifndef QIOSAPPLICATIONDELEGATE_H
#define QIOSAPPLICATIONDELEGATE_H

#import <UIKit/UIKit.h>
#import <QtGui/QtGui>

#import "qiosviewcontroller.h"

@interface QIOSApplicationDelegate : UIResponder <UIApplicationDelegate>
@end

#endif // QIOSAPPLICATIONDELEGATE_H