read imported file configuration

This commit is contained in:
eugenyorbitsoftcom 2022-07-11 16:08:57 +06:00
parent 1800c1ff12
commit 9ed16b81e8
5 changed files with 126 additions and 3 deletions

View file

@ -0,0 +1,9 @@
#import <UIKit/UIKit.h>
#import "QtAppDelegate-C-Interface.h"
#include "ui/pages_logic/StartPageLogic.h"
@interface QtAppDelegate : UIResponder <UIApplicationDelegate>
+(QtAppDelegate *)sharedQtAppDelegate;
@property (nonatomic) StartPageLogic* startPageLogic;
@end