#import #import "QtAppDelegate-C-Interface.h" #include "ui/pages_logic/StartPageLogic.h" @interface QtAppDelegate : UIResponder +(QtAppDelegate *)sharedQtAppDelegate; @property (nonatomic) StartPageLogic* startPageLogic; @end