// Copyright (C) 2024 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 QUIWINDOW_H #define QUIWINDOW_H #include @interface QUIWindow : UIWindow @property (nonatomic, readonly) BOOL sendingEvent; @end #endif // QUIWINDOW_H