diff options
Diffstat (limited to 'tests/manual/planets-qml/planets-watchos/PlanetsClient WatchKit Extension/ExtensionDelegate.h')
-rw-r--r-- | tests/manual/planets-qml/planets-watchos/PlanetsClient WatchKit Extension/ExtensionDelegate.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/manual/planets-qml/planets-watchos/PlanetsClient WatchKit Extension/ExtensionDelegate.h b/tests/manual/planets-qml/planets-watchos/PlanetsClient WatchKit Extension/ExtensionDelegate.h new file mode 100644 index 000000000..ad3ff3efa --- /dev/null +++ b/tests/manual/planets-qml/planets-watchos/PlanetsClient WatchKit Extension/ExtensionDelegate.h @@ -0,0 +1,8 @@ +// Copyright (C) 2016 The Qt Company Ltd. +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause + +#import <WatchKit/WatchKit.h> + +@interface ExtensionDelegate : NSObject <WKExtensionDelegate> + +@end |