5#ifndef QIOSRUNLOOPINTEGRATION_P_H
6#define QIOSRUNLOOPINTEGRATION_P_H
8#import <UIKit/UIApplication.h>
20@interface UIApplication (QtRunLoopIntegration)
21+ (
bool)qt_rootLevelRunLoopIntegration;
22+ (
bool)qt_eventDispatcherEnteredProcessEvents;
23+ (
void)qt_eventDispatcherInterruptEventLoopExec;
24+ (
bool)qt_applicationAboutToTerminate;
25+ (
char)qt_applicationWillTerminateExitCode;