read imported file configuration
This commit is contained in:
parent
1800c1ff12
commit
9ed16b81e8
5 changed files with 126 additions and 3 deletions
9
client/platforms/ios/QtAppDelegate.h
Normal file
9
client/platforms/ios/QtAppDelegate.h
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue