Import config from filesystem on iOS

This commit is contained in:
Mykola Baibuz 2023-09-01 14:49:10 +03:00
parent cacf74af3c
commit 1b3a32f83f
5 changed files with 7 additions and 11 deletions

View file

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