Save files for iOS

This commit is contained in:
Mykola Baibuz 2023-09-01 17:29:48 +03:00
parent 1b3a32f83f
commit 195a3ab170
6 changed files with 22 additions and 9 deletions

View file

@ -1,8 +1,6 @@
#ifndef QTAPPDELEGATECINTERFACE_H
#define QTAPPDELEGATECINTERFACE_H
#include "ui/controllers/importController.h"
void QtAppDelegateInitialize();
#endif // QTAPPDELEGATECINTERFACE_H

View file

@ -1,6 +1,4 @@
#import <UIKit/UIKit.h>
#include "ui/controllers/importController.h"
@interface QtAppDelegate : UIResponder <UIApplicationDelegate>
@end