summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/planets-qml/planets-watchos/PlanetsClient/AppDelegate.h
blob: 489a7861f80d6ce8708e33ec54432f6b08b90dae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;


@end