amnezia-client/client/platforms/ios/QtAppDelegate.h
2022-07-11 16:08:57 +06:00

9 lines
268 B
Objective-C

#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